aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2004-02-06 04:21:05 +0000
committerBen Elliston <bje@gnu.org>2004-02-06 04:21:05 +0000
commit95ad9cc3c62abaecc4ff53e9c7ea553e12ca3833 (patch)
tree366122b74f753f2fe183d893ef32a7ef84bc07b8
parentbe2ee77ded980a22f04a1eddb035805b31da0aef (diff)
downloaddejagnu-95ad9cc3c62abaecc4ff53e9c7ea553e12ca3833.zip
dejagnu-95ad9cc3c62abaecc4ff53e9c7ea553e12ca3833.tar.gz
dejagnu-95ad9cc3c62abaecc4ff53e9c7ea553e12ca3833.tar.bz2
* configure.in: Rename from this ..
* configure.ac: .. to this. Require Autoconf 2.50.
-rw-r--r--.clean3
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac (renamed from configure.in)2
3 files changed, 7 insertions, 3 deletions
diff --git a/.clean b/.clean
index f067bd2..baeb701 100644
--- a/.clean
+++ b/.clean
@@ -18,7 +18,7 @@ config
config.guess
config.sub
configure
-configure.in
+configure.ac
dejagnu.h
depcomp
doc
@@ -32,6 +32,5 @@ runtest
runtest.exp
site.tmpl
stub-loader.c
-tcl-mode.el
testglue.c
testsuite
diff --git a/ChangeLog b/ChangeLog
index c1c88b4..b9f3dfd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-02-06 Ben Elliston <bje@wasabisystems.com>
+ * configure.in: Rename from this ..
+ * configure.ac: .. to this. Require Autoconf 2.50.
+
+2004-02-06 Ben Elliston <bje@wasabisystems.com>
+
* lib/target.exp (prune_warnings): Add spaces where required in
NetBSD warnings. Supersedes a patch in pkgsrc's devel/dejagnu.
diff --git a/configure.in b/configure.ac
index a7bb77f..739b260 100644
--- a/configure.in
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.13)
+AC_PREREQ(2.50)
AC_INIT(runtest.exp)
dnl AC_CONFIG_AUX_DIR(..)