~sil2100/nux/precise_sru-1

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Didier Roche
  • Date: 2012-03-12 08:57:27 UTC
  • mfrom: (159.3.35)
  • Revision ID: didier.roche@canonical.com-20120312085727-9fyfwnno545c46uz
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#   - Increase interface_version to the next odd number
15
15
16
16
m4_define([nux_major_version], [2])
17
 
m4_define([nux_minor_version], [4])
 
17
m4_define([nux_minor_version], [6])
18
18
m4_define([nux_micro_version], [0])
19
19
 
20
20
m4_define([nux_api_version], [2.0])
22
22
# The number format is : year/month/day
23
23
# e.g.: december 5th, 2011 is: 20111205
24
24
# To make more than one API change in a day, add a number to the date. Like 20111205.xx
25
 
m4_define([nux_abi_version], [20120212.01])
 
25
m4_define([nux_abi_version], [20120309.01])
26
26
 
27
27
m4_define([nux_version],
28
28
          [nux_major_version.nux_minor_version.nux_micro_version])
186
186
AC_SUBST(UNITY_SUPPORT_TEST_CFLAGS)
187
187
AC_SUBST(UNITY_SUPPORT_TEST_LIBS)
188
188
 
 
189
PKG_CHECK_MODULES(IBUS,
 
190
                  glib-2.0 >= 2.25.14
 
191
                  gio-2.0
 
192
                  ibus-1.0
 
193
                  gobject-2.0
 
194
                  )
 
195
 
 
196
AC_SUBST(IBUS_CFLAGS)
 
197
AC_SUBST(IBUS_LIBS)
 
198
 
189
199
dnl ************************************
190
200
dnl Enable/disable tests
191
201
dnl ************************************