]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Emit brackets around the argument of AM_GNU_GETTEXT_VERSION.
authorBruno Haible <bruno@clisp.org>
Mon, 7 Mar 2005 19:46:49 +0000 (19:46 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:21 +0000 (12:12 +0200)
gettext-tools/misc/ChangeLog
gettext-tools/misc/gettextize.in

index 447388dcce1aceb70a47cd12bd31e331cca84427..671b8c9e1fe0751daf7c2ac25e4fcd989d9aed32 100644 (file)
@@ -1,3 +1,9 @@
+2005-03-05  Bruno Haible  <bruno@clisp.org>
+
+       * gettextize.in: Emit brackets around the argument of
+       AM_GNU_GETTEXT_VERSION.
+       Suggested by Alexandre Duret-Lutz <adl@src.lip6.fr>.
+
 2005-03-05  Bruno Haible  <bruno@clisp.org>
 
        * gettextize.in: Don't recommend to add AM_GNU_GETTEXT([external])
index f52d72e1608741f4c819e0d5c4370be4468a66a8..8b950d6c9accee4d15cab125aa229137889a7fad 100644 (file)
@@ -1035,7 +1035,7 @@ sed -e 's%sed -e "/POTFILES =/r po/POTFILES" po/Makefile\.in > po/Makefile *;* *
 func_modify_configure_in "(AC_OUTPUT): Remove command that created po/Makefile."
 sed -e '/^\(dnl \|\)AC_LINK_FILES(\$nls_cv_header_libgt, \$nls_cv_header_intl)$/d' < "$srcdir/$configure_in" > "$srcdir/$configure_in.tmp"
 func_modify_configure_in "(AC_LINK_FILES): Remove invocation."
-sed -e 's/^AM_GNU_GETTEXT_VERSION([^()]*)/AM_GNU_GETTEXT_VERSION('"$version"')/' < "$srcdir/$configure_in" > "$srcdir/$configure_in.tmp"
+sed -e 's/^AM_GNU_GETTEXT_VERSION([^()]*)/AM_GNU_GETTEXT_VERSION(['"$version"'])/' < "$srcdir/$configure_in" > "$srcdir/$configure_in.tmp"
 func_modify_configure_in "(AM_GNU_GETTEXT_VERSION): Bump to $version."
 $do_changelog && func_ChangeLog_finish