bison-patches
[Top][All Lists]
Advanced

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

Error make distcheck


From: Pascal Bart
Subject: Error make distcheck
Date: Thu, 9 Aug 2001 13:25:42 +0000 (GMT)

Hi,

        This patch fix, the make distcheck errors with tests. In fact
during a `distcheck' automake creates a `=build' dir, which contains the
config.h file. So this file is not at the top source directoy.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/bison/bison/ChangeLog,v
retrieving revision 1.156
diff -u -r1.156 ChangeLog
--- ChangeLog   2001/08/09 09:59:08     1.156
+++ ChangeLog   2001/08/09 11:14:56
@@ -1,3 +1,7 @@
+2001-08-09  Pascal Bart  <address@hidden>
+
+       * tests/atconfig.in (CPPFLAGS): Fix.
+
 2001-08-08  Marc Autret  <address@hidden>

        * doc/bison.texinfo: Change @samp{$<@dots{}>} to
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/09 11:14:56
@@ -85,7 +85,7 @@
 # We need a C compiler.
 CC='@CC@'
 CFLAGS='@CFLAGS@'
-CPPFLAGS='address@hidden@ @CPPFLAGS@'
+CPPFLAGS='address@hidden@ -I.. @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]