Whoops, I spoke too soon.  That part of 'bootstrap' avoids this bogus
diagnostic:

$ make
cd . && /bin/sh /home/eggert/src/gnu/bison/build-aux/missing --run aclocal-1.9 
-I m4
aclocal:m4/gettext_gl.m4:442: warning: macro `AM_LANGINFO_CODESET' not found in 
library
...

The "make" goes on to succeed but I'd rather not have that diagnostic
worrying people.

I installed this patch instead:

2005-09-08  Paul Eggert  <[EMAIL PROTECTED]>

        * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
        needed.

--- bootstrap   25 Aug 2005 18:49:57 -0000      1.24
+++ bootstrap   8 Sep 2005 18:26:43 -0000       1.26
@@ -154,6 +154,8 @@ 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\


Reply via email to