bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

removed bootstrap gettext problem workaround


From: Paul Eggert
Subject: removed bootstrap gettext problem workaround
Date: Mon, 23 May 2005 19:03:58 -0000
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

I installed this:

2005-05-23  Paul Eggert  <address@hidden>

        * bootstrap: Remove workaround for problem I encountered with
        gettext 0.14.1; it seems to be fixed now.

--- bootstrap   22 May 2005 08:04:05 -0000      1.18
+++ bootstrap   23 May 2005 18:43:08 -0000      1.19
@@ -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 'address@hidden@' to po/Makefile.in.in ... "
-  old_contents=`cat po/Makefile.in.in` || exit
-  cat >po/Makefile.in.in <<EOF
address@hidden@
-$old_contents
-EOF
-}
-
 # Put bug-reporting address into po/Makevars.
 echo "$0: sed '/^MSGID_BUGS_ADDRESS *=/s/=.*/= address@hidden/' 
po/Makevars.template >po/Makevars ..."
 sed '/^MSGID_BUGS_ADDRESS *=/s/=.*/= address@hidden/' po/Makevars.template 
>po/Makevars




reply via email to

[Prev in Thread] Current Thread [Next in Thread]