diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-02 05:13:20 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-02 05:13:20 +0000 |
commit | 284d8a13e87c6bdc5aa2ca8fd6f8291022906b44 (patch) | |
tree | 27bde66f5d137ce021890e59e7671e5250d3f087 /bootstrap | |
parent | ec5479ce351b0365549e9c7d570b0ee86a4a6589 (diff) | |
download | bison-284d8a13e87c6bdc5aa2ca8fd6f8291022906b44.tar.gz |
* 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.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 = "" |