mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 01:33:03 +00:00
Work around autoconf 2.63b bug in testsuite.
* 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 ab3a683f05)
This commit is contained in:
@@ -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>
|
2009-04-06 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
* NEWS (2.5): Describe new -D/--define feature.
|
* NEWS (2.5): Describe new -D/--define feature.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Checking the output filenames. -*- Autotest -*-
|
# Checking the output filenames. -*- Autotest -*-
|
||||||
# Copyright (C) 2000, 2001, 2002, 2005, 2006, 2007, 2008 Free Software
|
# Copyright (C) 2000, 2001, 2002, 2005, 2006, 2007, 2008, 2009 Free
|
||||||
# Foundation, Inc.
|
# Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# 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
|
# 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([, ])])])
|
[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([[@@]])
|
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([[@}]])
|
||||||
|
|||||||
Reference in New Issue
Block a user