]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix quoting bug.
authorBruno Haible <bruno@clisp.org>
Mon, 14 Mar 2005 11:13:48 +0000 (11:13 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:24 +0000 (12:12 +0200)
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/gettext.m4

index 47438333a47ce5a732722a8953eb17105d055122..eb6a58531172d2c3897e75b4a6d7c47b4d7ed800 100644 (file)
@@ -2,6 +2,12 @@
 
        * gettext-0.14.3 released.
 
+2005-03-12  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.m4 (AM_GNU_GETTEXT): Fix quoting bug. Fixes an endless loop
+       of 'aclocal' when a configure.ac contains two invocations of
+       AM_GNU_GETTEXT.
+
 2005-03-11  Bruno Haible  <bruno@clisp.org>
 
        * gettext.m4 (AM_GNU_GETTEXT): CATOBJEXT and INTLOBJS default to empty.
index 1626ac03c333392e077125ce9b5c7a39d92e6787..6261026130ef33c962c63b099710ed8458f33286 100644 (file)
@@ -1,4 +1,4 @@
-# gettext.m4 serial 35 (gettext-0.14.3)
+# gettext.m4 serial 36 (gettext-0.14.3)
 dnl Copyright (C) 1995-2005 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -63,8 +63,8 @@ AC_DEFUN([AM_GNU_GETTEXT],
   ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
     [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT
 ])])])])
-  define(gt_included_intl, ifelse([$1], [external], [no], [yes]))
-  define(gt_libtool_suffix_prefix, ifelse([$1], [use-libtool], [l], []))
+  define([gt_included_intl], ifelse([$1], [external], [no], [yes]))
+  define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], []))
 
   AC_REQUIRE([AM_PO_SUBDIRS])dnl
   ifelse(gt_included_intl, yes, [