summaryrefslogtreecommitdiff
path: root/m4/onceonly_2_57.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-09-22 06:05:39 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-09-22 06:05:39 +0000
commit2d0c5eefd05ebe38eaf003940b4fd0feaa3e7b2f (patch)
tree844383b486a93f7f0ca0082e33a2ee4b04c7344a /m4/onceonly_2_57.m4
parent5a43b499b16b9eee62185953677ef2b0b32395e2 (diff)
downloadcoreutils-2d0c5eefd05ebe38eaf003940b4fd0feaa3e7b2f.tar.xz
Sync from gnulib.
Diffstat (limited to 'm4/onceonly_2_57.m4')
-rw-r--r--m4/onceonly_2_57.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/onceonly_2_57.m4 b/m4/onceonly_2_57.m4
index 9fc510e06..14d3c0b2a 100644
--- 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 thus reducing the size of 'configure'. Works with autoconf-2.57. The
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 ...).