~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-09-09 22:37:07 UTC
  • Revision ID: monty@inaugust.com-20080909223707-wb7rta9b6n7xezsv
Expanded po subdir trap to catch the case where we're setting programs to :.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
AM_GNU_GETTEXT([external])
63
63
AM_GNU_GETTEXT_VERSION(0.17)
64
64
 
65
 
AM_CONDITIONAL([BUILD_GETTEXT],[test "x$MSGMERGE" != "x"])
 
65
AM_CONDITIONAL([BUILD_GETTEXT],[test "x$MSGMERGE" != "x" -a "x$MSGMERGE" != "x:"])
66
66
 
67
67
AC_SUBST(DRIZZLE_NO_DASH_VERSION)
68
68
AC_SUBST(DRIZZLE_BASE_VERSION)