aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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(..)