diff options
-rw-r--r-- | .clean | 3 | ||||
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac (renamed from configure.in) | 2 |
3 files changed, 7 insertions, 3 deletions
@@ -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 @@ -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(..) |