bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AM_INTL_SUBDIR


From: Paul Eggert
Subject: Re: AM_INTL_SUBDIR
Date: Thu, 08 Sep 2005 11:27:40 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

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  <address@hidden>

        * 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

[Prev in Thread] Current Thread [Next in Thread]