~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Elan Ruusamäe
  • Date: 2008-12-01 23:37:51 UTC
  • mto: (632.1.14 devel) (641.3.10 devel)
  • mto: This revision was merged to the branch mainline in revision 637.
  • Revision ID: glen@haarber.alkohol.ee-20081201233751-t9n7uudn98pgixhx
- quote AM_GNU_GETTEXT_VERSION so that gettextize doesn't have to modify configure.ac

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
sinclude(m4/gettext.m4)
151
151
 
152
152
AM_GNU_GETTEXT([external])
153
 
AM_GNU_GETTEXT_VERSION(0.17)
 
153
AM_GNU_GETTEXT_VERSION([0.17])
154
154
 
155
155
AM_CONDITIONAL([BUILD_GETTEXT],[test "x$MSGMERGE" != "x" -a "x$MSGMERGE" != "x:"])
156
156