From: Paul Eggert Date: Thu, 8 Sep 2005 18:26:43 +0000 (+0000) Subject: Undo previous change, then add comment as to why the X-Git-Tag: BISON-2_1~21 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/7e7b77c1385cc93bdc7934c7c5e12bbe9e2528d3 Undo previous change, then add comment as to why the AM_LANGINFO_CODESET hack is needed. --- diff --git a/bootstrap b/bootstrap index 7b2f4c50..96c9bcb3 100755 --- a/bootstrap +++ b/bootstrap @@ -154,6 +154,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.