mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +00:00
Fix some "make check" problems with Tru64 C++.
This commit is contained in:
@@ -442,11 +442,11 @@ AT_BISON_OPTION_PUSHDEFS([$1])
|
||||
|
||||
AT_DATA_CALC_Y([$1])
|
||||
|
||||
# Specify the output files to avoid problems on different file systems.
|
||||
AT_CHECK([bison -o calc.c calc.y])
|
||||
|
||||
AT_LALR1_CC_IF([AT_COMPILE_CXX([calc])],
|
||||
[AT_COMPILE([calc])])
|
||||
AT_LALR1_CC_IF(
|
||||
[AT_CHECK([bison -o calc.cc calc.y])
|
||||
AT_COMPILE_CXX([calc])],
|
||||
[AT_CHECK([bison -o calc.c calc.y])
|
||||
AT_COMPILE([calc])])
|
||||
|
||||
# Test the priorities.
|
||||
_AT_CHECK_CALC([$1],
|
||||
|
||||
Reference in New Issue
Block a user