mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
(AT_TEST_CPP_GUARD_H): Compile with -I., as Forte 7 C requires it,
and it shouldn't hurt on other compilers.
This commit is contained in:
@@ -68,7 +68,7 @@ dummy:;
|
||||
AT_CHECK([bison --defines=$1.h --output=y.tab.c $1.y])
|
||||
|
||||
# CPP should be happy with it.
|
||||
AT_CHECK([$CC -E y.tab.c], 0, [ignore])
|
||||
AT_CHECK([$CC -E -I. y.tab.c], 0, [ignore])
|
||||
|
||||
AT_CLEANUP
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user