From: Paul Eggert Date: Mon, 23 May 2005 18:43:08 +0000 (+0000) Subject: * bootstrap: Remove workaround for problem I encountered with X-Git-Tag: BISON-2_1~132 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/b94a9e1ed1fd180f6c900520540c0be8f94a01f7 * bootstrap: Remove workaround for problem I encountered with gettext 0.14.1; it seems to be fixed now. --- diff --git a/ChangeLog b/ChangeLog index e5ebc57f..3da8437f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-23 Paul Eggert + + * bootstrap: Remove workaround for problem I encountered with + gettext 0.14.1; it seems to be fixed now. + 2005-05-22 Paul Eggert * NEWS: Version 2.0a. diff --git a/bootstrap b/bootstrap index d843e43c..a16b57e4 100755 --- a/bootstrap +++ b/bootstrap @@ -226,17 +226,6 @@ intl_files_to_remove=' echo $0: rm -fr $intl_files_to_remove ... rm -fr $intl_files_to_remove || exit -# Patch what appears to be a bug in gettext 0.14.1; -# remove this once the bug is fixed. -grep @top_builddir@ po/Makefile.in.in >/dev/null || { - echo "$0: prepending 'top_builddir=@top_builddir@' to po/Makefile.in.in ... " - old_contents=`cat po/Makefile.in.in` || exit - cat >po/Makefile.in.in <po/Makevars ..." sed '/^MSGID_BUGS_ADDRESS *=/s/=.*/= bug-bison@gnu.org/' po/Makevars.template >po/Makevars