]> git.saurik.com Git - bison.git/commitdiff
* configure.ac (AC_PREREQ): Require Autoconf 2.61 because of our
authorJoel E. Denny <jdenny@ces.clemson.edu>
Wed, 13 Dec 2006 22:52:33 +0000 (22:52 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Wed, 13 Dec 2006 22:52:33 +0000 (22:52 +0000)
strange test case titles.  Reported by Bob Rossi.

ChangeLog
configure.ac

index 4cf3d1880f08f0c27d9247eb852c89e72ad0266b..d0c2e9f44537c38408ba2a25e0a85199f63b90ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-13  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       * configure.ac (AC_PREREQ): Require Autoconf 2.61 because of our
+       strange test case titles.  Reported by Bob Rossi.
+
 2006-12-13  Paul Eggert  <eggert@cs.ucla.edu>
 
        * TODO: Add pointer to Sylvain Schmitz's work on static detection
index e71fadb431bf4fbd294c427a89545bf8d4b27625..22bfb2027ac10aee9a80ab9374c22dd66d0e14f1 100644 (file)
@@ -18,8 +18,8 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301  USA
 
-# We use macros like AC_CHECK_HEADERS_ONCE, so we need Autoconf 2.60 or better.
-AC_PREREQ(2.60)
+# We have strange test case titles, so we need Autoconf 2.61 or better.
+AC_PREREQ(2.61)
 
 AC_INIT([GNU Bison], [2.3a+], [bug-bison@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])