mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 02:03:03 +00:00
Undo previous change, then add comment as to why the
AM_LANGINFO_CODESET hack is needed.
This commit is contained in:
@@ -154,6 +154,14 @@ for gnulib_file in $gnulib_files; do
|
|||||||
cp -p $GNULIB_SRCDIR/$gnulib_file $dest || exit
|
cp -p $GNULIB_SRCDIR/$gnulib_file $dest || exit
|
||||||
done
|
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.
|
# Get translations.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user