bison-patches
[Top][All Lists]
Advanced

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

FYI: Correction of atconfig.in


From: Pascal Bart
Subject: FYI: Correction of atconfig.in
Date: Mon, 13 Aug 2001 21:26:45 +0000 (GMT)

Well, I send you this patch to correct the make distcheck. I was suprise
to see, Autoconf doesn't provide address@hidden@'.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/bison/bison/ChangeLog,v
retrieving revision 1.162
diff -u -r1.162 ChangeLog
--- ChangeLog   2001/08/13 14:54:50     1.162
+++ ChangeLog   2001/08/13 19:22:18
@@ -1,3 +1,7 @@
+2001-08-13  Pascal Bart  <address@hidden>
+
+       * tests/atconfig.in (CPPFLAGS): Fix.
+
 2001-08-10  Pascal Bart  <address@hidden>

        * doc/bison.texinfo: Include GNU General Public License from
Index: tests/atconfig.in
===================================================================
RCS file: /cvsroot/bison/bison/tests/atconfig.in,v
retrieving revision 1.5
diff -u -r1.5 atconfig.in
--- tests/atconfig.in   2001/08/07 13:03:20     1.5
+++ tests/atconfig.in   2001/08/13 19:22:18
@@ -85,7 +85,9 @@
 # We need a C compiler.
 CC='@CC@'
 CFLAGS='@CFLAGS@'
-CPPFLAGS='address@hidden@ @CPPFLAGS@'
+
+# We need `config.h'.
+CPPFLAGS="-I$at_top_builddir @CPPFLAGS@"

 # We want to use the files shipped with Bison.
 BISON_SIMPLE=$at_top_srcdir/src/bison.simple

Pascal Bart (address@hidden)




reply via email to

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