mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
Work-around an Autoconf 2.62 AT_SETUP bug that was not present in
2.61. Reported by Juan Manuel Guerrero at <http://lists.gnu.org/archive/html/bug-bison/2008-04/msg00011.html>. * tests/output.at ("Output file name: ("): Comment out test case for now. ("Output file name: )"): Likewise.
This commit is contained in:
@@ -186,8 +186,9 @@ AT_CLEANUP
|
||||
# Notice that the header file name here cannot contain
|
||||
# `"' since FILENAME in `#include "FILENAME"' cannot.
|
||||
AT_CHECK_OUTPUT_FILE_NAME([[`~!@#$%^&*()-=_+{}[]|\:;<>, .']])
|
||||
AT_CHECK_OUTPUT_FILE_NAME([[(]])
|
||||
AT_CHECK_OUTPUT_FILE_NAME([[)]])
|
||||
dnl Autoconf 2.62's AT_SETUP can't handle these, but they worked fine in 2.61.
|
||||
dnl AT_CHECK_OUTPUT_FILE_NAME([[(]])
|
||||
dnl AT_CHECK_OUTPUT_FILE_NAME([[)]])
|
||||
AT_CHECK_OUTPUT_FILE_NAME([[#]])
|
||||
AT_CHECK_OUTPUT_FILE_NAME([[@@]])
|
||||
AT_CHECK_OUTPUT_FILE_NAME([[@{]])
|
||||
|
||||
Reference in New Issue
Block a user