bison-patches
[Top][All Lists]
Advanced

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

(no subject)


From: Pascal Bart
Subject: (no subject)
Date: Fri, 3 Aug 2001 16:18:06 +0000 (GMT)

This patch solves the problem with `config.h' not found during make check,
but I'm not really sure, this correction is the best.

--- ChangeLog-old       Fri Aug  3 15:55:31 2001
+++ ChangeLog   Fri Aug  3 15:56:51 2001
@@ -1,3 +1,7 @@
+2001-08-03  Pascal Bart  <address@hidden>
+
+       * tests/calc.at (AT_CHECK): Set include path.
+
 2001-08-03  Akim Demaille  <address@hidden>

        Version 1.28b.
--- tests/calc.at-old   Fri Aug  3 15:55:03 2001
+++ tests/calc.at       Fri Aug  3 15:47:28 2001
@@ -293,7 +293,7 @@
 # Specify the output files to avoid problems on different file systems.
 AT_CHECK([bison calc.y -o calc.c patsubst([$1], [--yyerror-verbose])],
          [0], [], [])
-AT_CHECK([$CC $CFLAGS calc.c -o calc], 0, [], [])
+AT_CHECK([$CC $CFLAGS -I.. calc.c -o calc], 0, [], [])

 # Test the priorities.
 _AT_CHECK_CALC([$1],

--
Pascal Bart (address@hidden)




reply via email to

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