]> git.pld-linux.org Git - packages/gettext.git/blame - gettext-gettextize-fix.patch
- fixed last change
[packages/gettext.git] / gettext-gettextize-fix.patch
CommitLineData
9d64765b
JB
1--- gettext-0.11.5/misc/gettextize.in.orig Sun Nov 24 22:26:59 2002
2+++ gettext-0.11.5/misc/gettextize.in Sun Nov 24 22:27:43 2002
3@@ -869,7 +869,7 @@
4 func_modify_configure_in "(AC_OUTPUT): Remove command that created po/Makefile."
5 sed -e '/^\(dnl \|\)AC_LINK_FILES(\$nls_cv_header_libgt, \$nls_cv_header_intl)$/d' < "$srcdir/$configure_in" > "$srcdir/$configure_in.tmp"
6 func_modify_configure_in "(AC_LINK_FILES): Remove invocation."
7-sed -e 's/^AM_GNU_GETTEXT_VERSION([^()]*)/AM_GNU_GETTEXT_VERSION('"$version"'/' < "$srcdir/$configure_in" > "$srcdir/$configure_in.tmp"
8+sed -e 's/^AM_GNU_GETTEXT_VERSION([^()]*)/AM_GNU_GETTEXT_VERSION('"$version"')/' < "$srcdir/$configure_in" > "$srcdir/$configure_in.tmp"
9 func_modify_configure_in "(AM_GNU_GETTEXT_VERSION): Bump to $version."
10 $do_changelog && func_ChangeLog_finish
11
This page took 0.138544 seconds and 4 git commands to generate.