~ubuntu-branches/ubuntu/quantal/colord/quantal-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Christopher James Halse Rogers
  • Date: 2012-03-01 17:33:00 UTC
  • mto: (1.1.4) (2.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20120301173300-q1s2bs8yubnybln8
ImportĀ upstreamĀ versionĀ 0.1.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
m4_define([cd_major_version], [0])
5
5
m4_define([cd_minor_version], [1])
6
 
m4_define([cd_micro_version], [16])
 
6
m4_define([cd_micro_version], [18])
7
7
m4_define([cd_version],
8
8
          [cd_major_version.cd_minor_version.cd_micro_version])
9
9
 
37
37
# REVISION      If the API and ABI remains the same, but bugs are fixed.
38
38
# AGE           Don't use.
39
39
LT_CURRENT=1
40
 
LT_REVISION=8
 
40
LT_REVISION=10
41
41
LT_AGE=0
42
42
AC_SUBST(LT_CURRENT)
43
43
AC_SUBST(LT_REVISION)
46
46
# enable nice build output on automake1.11
47
47
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
48
48
 
 
49
AS_ALL_LINGUAS
49
50
AC_PROG_CC
50
51
AC_PROG_INSTALL
51
52
LT_INIT
132
133
fi
133
134
AM_CONDITIONAL(HAVE_GUSB, test x$have_gusb = xyes)
134
135
 
135
 
PKG_CHECK_MODULES(LCMS, lcms2 >= 2.2, has_new_lcms=yes, has_new_lcms=no)
136
 
if test x$has_new_lcms = xyes; then
137
 
        AC_DEFINE(HAVE_NEW_LCMS,1,[Got new lcms2])
138
 
else
139
 
        PKG_CHECK_MODULES(LCMS, lcms2)
140
 
fi
141
 
 
 
136
PKG_CHECK_MODULES(LCMS, lcms2 >= 2.2)
142
137
PKG_CHECK_MODULES(SQLITE, sqlite3)
143
138
 
144
139
dnl **** Check for GUDEV ****
278
273
AC_SUBST(slashlibdir)
279
274
 
280
275
# per-machine directory
281
 
AC_SUBST(CD_SYSTEM_PROFILES_DIR, "\$(localstatedir)/lib/color")
 
276
AC_SUBST(CD_SYSTEM_PROFILES_DIR, "\$(localstatedir)/lib/colord/icc")
282
277
 
283
278
dnl ---------------------------------------------------------------------------
284
279
dnl - Makefiles, etc.
286
281
AC_CONFIG_FILES([
287
282
Makefile
288
283
etc/Makefile
 
284
contrib/Makefile
 
285
contrib/colord-sane/Makefile
 
286
contrib/colord-sane/org.freedesktop.colord-sane.conf
289
287
examples/Makefile
290
288
man/Makefile
291
289
doc/Makefile