summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@ces.clemson.edu>2008-04-22 03:37:31 +0000
committerJoel E. Denny <jdenny@ces.clemson.edu>2008-04-22 03:37:31 +0000
commit096c9f9d64fdce0e2baa50fe4ccbbc087e6afb5d (patch)
treecf071ff72c80a0f139c6aef1dfd0942ff047f506
parent0f664b89d4aa86146015acd87a770db878d7e5d4 (diff)
downloadbison-096c9f9d64fdce0e2baa50fe4ccbbc087e6afb5d.tar.gz
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.
-rw-r--r--ChangeLog9
-rw-r--r--tests/output.at5
2 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cff70eb4..dc005002 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
+ 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.
+
+2008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
+
* GNUmakefile: Update git-version-gen invocation so make dist
succeeds.
diff --git a/tests/output.at b/tests/output.at
index 28ed0526..2ff66a26 100644
--- a/tests/output.at
+++ b/tests/output.at
@@ -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([[@{]])