X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9d5b26c682e974158f5cfefa92eb579412353c12..7625ec2c8305644991a041afb1c9a707e96e3d93:/bootstrap diff --git a/bootstrap b/bootstrap index 7b2f4c50..4b3164a3 100755 --- a/bootstrap +++ b/bootstrap @@ -92,7 +92,6 @@ esac <$GNULIB_SRCDIR/gnulib-tool || exit gnulib_modules=' -alloca argmatch dirname error @@ -109,7 +108,12 @@ quotearg stdbool stdio-safer stpcpy +strerror +strtoul +strverscmp unistd-safer +unlocked-io +verify xalloc xalloc-die xstrndup @@ -154,6 +158,14 @@ for gnulib_file in $gnulib_files; do cp -p $GNULIB_SRCDIR/$gnulib_file $dest || exit done +# This suppresses a bogus diagnostic +# "warning: macro `AM_LANGINFO_CODESET' not found in library". +echo "$0: patching m4/gettext.m4 so that AM_INTL_SUBDIR is empty ..." +sed ' + /^AC_DEFUN(\[AM_INTL_SUBDIR],/,/^]/c\ + AC_DEFUN([AM_INTL_SUBDIR], []) +' m4/gettext.m4 >m4/gettext_gl.m4 || exit + # Get translations.