bison-patches
[Top][All Lists]
Advanced

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

Patch for bootstrap (cvs head)


From: Sebastian Pipping
Subject: Patch for bootstrap (cvs head)
Date: Sat, 29 Sep 2007 03:32:58 +0200
User-agent: Thunderbird 1.5.0.13 (X11/20070824)

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';

reply via email to

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