From: Bruno Haible Date: Mon, 7 Mar 2005 19:46:49 +0000 (+0000) Subject: Emit brackets around the argument of AM_GNU_GETTEXT_VERSION. X-Git-Tag: v0.14.3~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f5743c4adfed2dddc4cce6a7d492e3db6a203ca;p=thirdparty%2Fgettext.git Emit brackets around the argument of AM_GNU_GETTEXT_VERSION. --- diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 447388dcc..671b8c9e1 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,9 @@ +2005-03-05 Bruno Haible + + * gettextize.in: Emit brackets around the argument of + AM_GNU_GETTEXT_VERSION. + Suggested by Alexandre Duret-Lutz . + 2005-03-05 Bruno Haible * gettextize.in: Don't recommend to add AM_GNU_GETTEXT([external]) diff --git a/gettext-tools/misc/gettextize.in b/gettext-tools/misc/gettextize.in index f52d72e16..8b950d6c9 100644 --- a/gettext-tools/misc/gettextize.in +++ b/gettext-tools/misc/gettextize.in @@ -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