changeset 6018:954deae9185d

Really require autoconf-2.57.
author Bruno Haible <bruno@clisp.org>
date Wed, 10 Aug 2005 12:06:39 +0000
parents f6f12851a770
children 9336c75a2ed8
files m4/ChangeLog m4/onceonly_2_57.m4
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-10  Stepan Kasal  <kasal@ucw.cz>
+
+	* onceonly_2_57.m4: Really require Autoconf 2.57.
+
 2005-08-02  Simon Josefsson  <jas@extundo.com>
 
 	* getline.m4: Separate out getdelim stuff into separate module.
--- a/m4/onceonly_2_57.m4
+++ b/m4/onceonly_2_57.m4
@@ -1,5 +1,5 @@
 # onceonly_2_57.m4 serial 3
-dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
 dnl Public License, this file may be distributed as part of a program
@@ -27,7 +27,7 @@
 dnl size reduction is ca. 9%.
 
 dnl Autoconf version 2.57 or newer is recommended.
-AC_PREREQ(2.54)
+AC_PREREQ(2.57)
 
 # AC_CHECK_HEADERS_ONCE(HEADER1 HEADER2 ...) is a once-only variant of
 # AC_CHECK_HEADERS(HEADER1 HEADER2 ...).