]> git.saurik.com Git - bison.git/commitdiff
Work-around an Autoconf 2.62 AT_SETUP bug that was not present in
authorJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 22 Apr 2008 03:37:31 +0000 (03:37 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 22 Apr 2008 03:37:31 +0000 (03:37 +0000)
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.

ChangeLog
tests/output.at

index cff70eb476c1e5ab04601e55daaa7a8161201129..dc005002f1c41c00134464d6ec81195977851c8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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
index 28ed0526e41e84fdaac801b87fe467ef580d93af..2ff66a2675a4f8edef6885c95ef8c4e6261f9b1d 100644 (file)
@@ -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([[@{]])