~ubuntu-branches/ubuntu/intrepid/glib2.0/intrepid

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2008-06-17 09:18:10 UTC
  • mfrom: (1.2.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20080617091810-y0i0b97lp9jhsbvu
Tags: 2.17.2-1
* New upstream development release, the new API might still change:
  + debian/rules,
    debian/libglib2.0-0.symbols:
    - Updated for the new symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#
24
24
m4_define([glib_major_version], [2])
25
25
m4_define([glib_minor_version], [17])
26
 
m4_define([glib_micro_version], [0])
 
26
m4_define([glib_micro_version], [2])
27
27
m4_define([glib_interface_age], [0])
28
28
m4_define([glib_binary_age],
29
29
          [m4_eval(100 * glib_minor_version + glib_micro_version)])
433
433
dnl gettext support
434
434
dnl
435
435
 
436
 
ALL_LINGUAS="am ar as az be be@latin bg bn bn_IN bs ca cs cy da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu hy id is it ja ka kn ko ku lt lv mg mk ml mn mr ms nb ne nl nn oc or pa pl pt pt_BR ro ru rw si sk sl sq sr sr@Latn sr@ije sv ta te th tl tr tt uk vi wa xh yi zh_CN zh_HK zh_TW"
 
436
ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS" | tr '\n' ' '`"
 
437
AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS'])
437
438
GLIB_GNU_GETTEXT
438
439
 
439
440
if test "$gt_cv_have_gettext" != "yes" ; then
487
488
  esac
488
489
fi
489
490
 
 
491
CPPFLAGS="$CPPFLAGS -DG_DISABLE_SINGLE_INCLUDES"
 
492
 
490
493
if test "$glib_native_win32" = "yes"; then
491
494
  if test x$enable_static = xyes -a x$enable_shared = xyes; then
492
495
    AC_MSG_ERROR([Can not build both shared and static at the same time on Windows.])