Claudio Fontana <[EMAIL PROTECTED]> writes:
>> pgcc -DHAVE_CONFIG_H -I. -I. -I.. -g -c regex.c
>> PGC-F-0249-#error -- "Add case for new bitset_word
>> size" (./regex_internal.h: 186)
>> PGC/x86-64 Linux/x86-64 5.2-1: compilation aborted
>
> I do not know whether this is something that should
Eric Blake <[EMAIL PROTECTED]> writes:
> Maybe bison.m4 should be updated to better check for a new enough
> bison
That might be nice but it's not essential, since the problem is
detected at build time anyway.
___
bug-gnulib mailing list
bug-gnulib@gn
> Eric Blake wrote:
> > Hmmm. m4/getdate.m4 does AC_REQUIRE([gl_BISON]), but m4/bison.m4 DOES
> > blindly use 'bison -y' rather than 'missing bison -y'. Maybe bison.m4
> > should be updated to better check for a new enough bison, perhaps building
> > on autoconf's AC_PROG_YACC or AC_PATH_PROG.
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Francesco Montorsi on 12/27/2005 11:42 AM:
>
> PS: I've recently installed SuSE and I've found that the configure
> script of coreutils
> doesn't check for 'bison' presence: on that distro, it was missing and
> it gave me problems
> later