Fix typo.

This commit is contained in:
Bruno Haible 2002-08-12 16:30:33 +00:00
parent 5939d375d8
commit 6c46777010
2 changed files with 10 additions and 1 deletions

View 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

View 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