From: Bruno Haible Date: Mon, 12 Aug 2002 16:30:33 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v0.12~1290 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c46777010e008323976a2b512fce0d08a2de3dc;p=thirdparty%2Fgettext.git Fix typo. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index 5b43ebeb8..d100ca3f5 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,12 @@ +2002-08-12 Bruno Haible + + * gettextize.in: Fix typo in the handling of AM_GNU_GETTEXT_VERSION. + Reported by Adam Heath . + +2002-08-06 Bruno Haible + + * gettext-0.11.5 released. + 2002-08-03 Paul Eggert * gettextize.in: Use "read dummy" to avoid an error with Solaris diff --git a/misc/gettextize.in b/misc/gettextize.in index c23545086..5b2863d4c 100644 --- a/misc/gettextize.in +++ b/misc/gettextize.in @@ -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