diff options
author | Eric Blake <ebb9@byu.net> | 2008-04-15 13:41:21 -0600 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2008-04-15 13:41:21 -0600 |
commit | 404e78ea543a099810bd61e42fe5623c50cff370 (patch) | |
tree | 48034ab5e8dd9be1d7edbbb3c86fba4bab1c622c /tests | |
parent | ce0c0b372d8f63ba391fe099a7f145d3c7b2ed2b (diff) | |
download | m4-404e78ea543a099810bd61e42fe5623c50cff370.tar.gz |
Update prerequisite tools to match recent releases.
* configure.ac (AC_PREREQ): Rely on released autoconf.
(LT_PREREQ): Rely on released libtool.
* tests/testsuite.at (m4_version_prereq): Update dependence.
* bootstrap: Mention prerequisites.
Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testsuite.at | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at index 32cf345f..784248a9 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -1,7 +1,7 @@ # Process with autom4te to create an -*- Autotest -*- test suite. # Test suite for GNU M4. -# Copyright (C) 2001, 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2001, 2006, 2007, 2008 Free Software Foundation, Inc. # This file is part of GNU M4. # @@ -19,7 +19,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # We need a recent Autotest. -m4_version_prereq([2.52e]) +m4_version_prereq([2.62]) # AT_CHECK_M4(ARGS, [EXIT-STATUS = 0], [STDOUT = `'], [STDERR = `'], # [STDIN = `/dev/null']) |