bison-patches
[Top][All Lists]
Advanced

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

Re: Updated Bison 2.3 Malay is in TP


From: Paul Eggert
Subject: Re: Updated Bison 2.3 Malay is in TP
Date: Wed, 02 Aug 2006 01:15:32 -0400
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

"Sharuzzaman Ahmat Raslan" <address@hidden> writes:

> I would like to let you know that updated Bison 2.3 po file for Malay
> has been accepted by TP Robot, and is currently available at TP
> server.

Thanks, that works for me.  I installed the following so that
the Bison bootstrap procedure works for Malay again.  (This
also fixes a couple of other glitches in the bootstrap process.)

2006-08-02  Paul Eggert  <address@hidden>

        * m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,
        po.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, warning.m4.

        * bootstrap (gnulib_tool): Stop using --assume-autoconf;
        the latest gnulib does this a different way.
        (get_translations): Sharuzzaman Ahmat Raslan reported that the ms
        translation was patched, so stop omitting it.

Index: bootstrap
===================================================================
RCS file: /cvsroot/bison/bison/bootstrap,v
retrieving revision 1.39
diff -p -u -r1.39 bootstrap
--- bootstrap   25 Jul 2006 06:45:05 -0000      1.39
+++ bootstrap   2 Aug 2006 05:07:45 -0000
@@ -90,8 +90,8 @@ case ${GNULIB_SRCDIR--} in
   GNULIB_SRCDIR=gnulib
 esac
 
-<$GNULIB_SRCDIR/gnulib-tool || exit
-gnulib_tool="$GNULIB_SRCDIR/gnulib-tool --assume-autoconf=latest-stable"
+gnulib_tool=$GNULIB_SRCDIR/gnulib-tool
+<$gnulib_tool || exit
 
 gnulib_modules='
 argmatch
@@ -183,7 +183,7 @@ get_translations() {
 
       # Work around bugs in Bison 2.3 translations uncovered by gettext 0.15.
       # This workaround can be removed once the translations are fixed.
-      if (lang == "id" || lang == "ms" || lang == "tr") next
+      if (lang == "id" || lang == "tr") next
 
       ver = $2
       urlfmt = ""
Index: m4/.cvsignore
===================================================================
RCS file: /cvsroot/bison/bison/m4/.cvsignore,v
retrieving revision 1.18
diff -p -u -r1.18 .cvsignore
--- m4/.cvsignore       25 Jul 2006 06:45:06 -0000      1.18
+++ m4/.cvsignore       2 Aug 2006 05:07:45 -0000
@@ -10,18 +10,23 @@ getopt.m4
 gnulib.m4
 hash.m4
 iconv.m4
+inttypes_h.m4
+lib-ld.m4
 lib-link.m4
+lib-prefix.m4
 longlong.m4
 mbrtowc.m4
 mbstate_t.m4
 mbswidth.m4
 nls.m4
 obstack.m4
+po.m4
 progtest.m4
 quote.m4
 quotearg.m4
 stdbool.m4
 stdint.m4
+stdint_h.m4
 stdio-safer.m4
 stpcpy.m4
 strerror.m4
@@ -31,9 +36,12 @@ strnlen.m4
 strtol.m4
 strtoul.m4
 strverscmp.m4
+uintmax_t.m4
+ulonglong.m4
 unistd-safer.m4
 unistd_h.m4
 unlocked-io.m4
+warning.m4
 wchar_t.m4
 wcwidth.m4
 xalloc.m4




reply via email to

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