]> git.saurik.com Git - bison.git/commitdiff
Work around autoconf 2.63b bug in testsuite.
authorEric Blake <ebb9@byu.net>
Tue, 7 Apr 2009 04:05:38 +0000 (22:05 -0600)
committerEric Blake <ebb9@byu.net>
Fri, 10 Apr 2009 13:15:21 +0000 (07:15 -0600)
* tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Avoid tripping
autoconf bug related to # in test.

Signed-off-by: Eric Blake <ebb9@byu.net>
(cherry picked from commit ab3a683f0560e4ec24a06754386ee8c76da6ef67)

ChangeLog
tests/output.at

index 6beb8242c921923163848841df491a46cf45b596..cf5ba716208f0a1247583b73fc0504517dfdae00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-06  Eric Blake  <ebb9@byu.net>
+
+       Work around autoconf 2.63b bug in testsuite.
+       * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Avoid tripping
+       autoconf bug related to # in test.
+
 2009-04-06  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        * NEWS (2.5): Describe new -D/--define feature.
index ce0a2b27fb26c6de3d279fced3a12bee859357b5..c4b964043f6517f7e6cffbad18f5e129d548d802 100644 (file)
@@ -1,6 +1,6 @@
 # Checking the output filenames.                    -*- Autotest -*-
-# Copyright (C) 2000, 2001, 2002, 2005, 2006, 2007, 2008 Free Software
-# Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2005, 2006, 2007, 2008, 2009 Free
+# Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -206,7 +206,7 @@ m4_define([_m4_expand],
 [m4_changequote([-=<{(], [)}>=-])$1m4_changequote([, ])])])
 AT_CHECK_OUTPUT_FILE_NAME([[(]])
 AT_CHECK_OUTPUT_FILE_NAME([[)]])
-AT_CHECK_OUTPUT_FILE_NAME([[#]])
+AT_CHECK_OUTPUT_FILE_NAME([[@%:@]])
 AT_CHECK_OUTPUT_FILE_NAME([[@@]])
 AT_CHECK_OUTPUT_FILE_NAME([[@{]])
 AT_CHECK_OUTPUT_FILE_NAME([[@}]])