mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-27 01:44:30 +00:00
Fix typo.
This commit is contained in:
parent
5939d375d8
commit
6c46777010
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user