bison-patches
[Top][All Lists]
Advanced

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

Re: (no subject)


From: Pascal Bart
Subject: Re: (no subject)
Date: Fri, 3 Aug 2001 22:09:56 +0000 (GMT)

On Fri, 3 Aug 2001 address@hidden wrote:

>Thanks for your patch, but I think adding CPPFLAGS is a better idea.
>You'll probably have to add it to atconfig.in.

Ok, I've done it.

--- ChangeLog-old       Fri Aug  3 21:57:30 2001
+++ ChangeLog   Fri Aug  3 21:53:16 2001
@@ -1,3 +1,8 @@
+2001-08-03  Pascal Bart  <address@hidden>
+
+       * tests/atconfig.in (CPPFLAGS): Add.
+       * tests/calc.at (AT_CHECK): Use CPPFLAGS.
+
 2001-08-03  Akim Demaille  <address@hidden>

        Version 1.28b.
--- tests/atconfig.in-old       Fri Aug  3 21:57:58 2001
+++ tests/atconfig.in   Fri Aug  3 21:48:53 2001
@@ -85,6 +85,7 @@
 # We need a C compiler.
 CC='@CC@'
 CFLAGS='@CFLAGS@'
+CPPFLAGS="-I$at_top_srcdir"

 # We want to use the files shipped with Bison.
 BISON_SIMPLE=$at_top_srcdir/src/bison.simple
--- tests/calc.at-old   Fri Aug  3 21:46:11 2001
+++ tests/calc.at       Fri Aug  3 21:47:24 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 $CPPFLAGS 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]