]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix typo.
authorBruno Haible <bruno@clisp.org>
Mon, 12 Aug 2002 16:30:33 +0000 (16:30 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:44 +0000 (12:08 +0200)
misc/ChangeLog
misc/gettextize.in

index 5b43ebeb8c428a5b5cc9bf970ff495e4c0087eaa..d100ca3f5f198b9fbd036f17d9f7e1fc2ef386c6 100644 (file)
@@ -1,3 +1,12 @@
+2002-08-12  Bruno Haible  <bruno@clisp.org>
+
+       * gettextize.in: Fix typo in the handling of AM_GNU_GETTEXT_VERSION.
+       Reported by Adam Heath <doogie@debian.org>.
+
+2002-08-06  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11.5 released.
+
 2002-08-03  Paul Eggert  <eggert@twinsun.com>
 
        * gettextize.in: Use "read dummy" to avoid an error with Solaris
index c23545086c0679bcfdd5c4d5544bb5ffe26eb58c..5b2863d4c9a17467b27fff12a4e4b80939d2c813 100644 (file)
@@ -869,7 +869,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