Hello Bison maintainers!
Problem: Running ./bootstrap gives: configure:9580: error: possibly undefined macro: gl_GLIBC21 Reason: File gnulib/m4/glibc21.m4 is not found Solution: See attached patch for Savannah CVS HEAD Please CC me in replies. Thank you! Sebastian
Index: bootstrap =================================================================== RCS file: /sources/bison/bison/bootstrap,v retrieving revision 1.56 diff -U 3 -r1.56 bootstrap --- bootstrap 21 Sep 2007 21:26:14 -0000 1.56 +++ bootstrap 29 Sep 2007 01:26:18 -0000 @@ -550,7 +550,7 @@ for command in \ libtool \ - 'aclocal --force -I m4' \ + 'aclocal --force -I m4 -I gnulib/m4' \ 'autoconf --force' \ 'autoheader --force' \ 'automake --add-missing --copy --force-missing';
