summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-02-01 18:35:21 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-02-01 18:35:21 +0000
commit6a029b7ea43d3f5564a0166f6d299595958ab652 (patch)
tree37c17cb660a663a0776cc7858599e021b9375877
parent0add64c1a963a83286f2a095a6015c8d82673f1a (diff)
downloadquilt-6a029b7ea43d3f5564a0166f6d299595958ab652.tar.gz
Autoconf 2.53 works; updating prereq.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8b9af20..8216616 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([quilt],[0.21],[quilt-dev@nongnu.org])
AC_CONFIG_AUX_DIR(config)
-#AC_PREREQ(2.57)
-AC_REVISION ($Revision: 1.2 $)
+AC_PREREQ(2.53)
+AC_REVISION ($Revision: 1.3 $)
PACKAGE_RELEASE=1
AC_SUBST(PACKAGE_RELEASE)