summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2004-07-19 12:03:09 +0000
committerEric Anholt <anholt@freebsd.org>2004-07-19 12:03:09 +0000
commitf842a82a6bdc0d27e44c03963d15d911ac4cba73 (patch)
tree4a3d640ef9fcd28b38a16ca6b5c692594832439b
parent955fb17a7033283d757f39fc62af82f77ba2378d (diff)
autoconf 2.57 is perfectly suitable, only require that and higher.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index deccc18..dc02bd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-19 Eric Anholt <anholt@FreeBSD.org>
+
+ * configure.ac:
+ autoconf 2.57 is perfectly suitable, only require that and higher.
+
2004-06-18 Keith Packard <keithp@keithp.com>
* fdclock.c:
diff --git a/configure.ac b/configure.ac
index 0cbe0da..0443fa5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.59)
+AC_PREREQ(2.57)
AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
AC_CONFIG_SRCDIR([fdclock.c])
AM_INIT_AUTOMAKE([dist-bzip2])