]> git.saurik.com Git - bison.git/commitdiff
* m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Aug 2006 05:13:20 +0000 (05:13 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Aug 2006 05:13:20 +0000 (05:13 +0000)
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.

ChangeLog
bootstrap
m4/.cvsignore

index 08c71bc05b2a8c83d4e8b5c2d2bfa767dd381c42..b9e1b94832b60a76201254f96b2ab5da54776cc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-08-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * 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.
+
 2006-07-29  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        Enable declaration of default %printer/%destructor.  Make the parser
 2006-07-29  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        Enable declaration of default %printer/%destructor.  Make the parser
index 4648a608b7d981131c50810d0367016140443186..58274c239a22ffcfff0d761dbf6d8c112e89dbb0 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -90,8 +90,8 @@ case ${GNULIB_SRCDIR--} in
   GNULIB_SRCDIR=gnulib
 esac
 
   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
 
 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.
 
       # 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 = ""
 
       ver = $2
       urlfmt = ""
index a6376f40088de1a04bca952a6590516aac180614..fecabaf2a29e55af992f005886f1a389e31fc6f3 100644 (file)
@@ -10,18 +10,23 @@ getopt.m4
 gnulib.m4
 hash.m4
 iconv.m4
 gnulib.m4
 hash.m4
 iconv.m4
+inttypes_h.m4
+lib-ld.m4
 lib-link.m4
 lib-link.m4
+lib-prefix.m4
 longlong.m4
 mbrtowc.m4
 mbstate_t.m4
 mbswidth.m4
 nls.m4
 obstack.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
 progtest.m4
 quote.m4
 quotearg.m4
 stdbool.m4
 stdint.m4
+stdint_h.m4
 stdio-safer.m4
 stpcpy.m4
 strerror.m4
 stdio-safer.m4
 stpcpy.m4
 strerror.m4
@@ -31,9 +36,12 @@ strnlen.m4
 strtol.m4
 strtoul.m4
 strverscmp.m4
 strtol.m4
 strtoul.m4
 strverscmp.m4
+uintmax_t.m4
+ulonglong.m4
 unistd-safer.m4
 unistd_h.m4
 unlocked-io.m4
 unistd-safer.m4
 unistd_h.m4
 unlocked-io.m4
+warning.m4
 wchar_t.m4
 wcwidth.m4
 xalloc.m4
 wchar_t.m4
 wcwidth.m4
 xalloc.m4