aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2004-01-07 20:26:24 +0000
committerH. Peter Anvin <hpa@zytor.com>2004-01-07 20:26:24 +0000
commit9a8b77ecffa4003d5e6207a0126483eede583872 (patch)
treec20970e9b86182e07858aa4d638360f19d4907cc
parentc8baac2bd1b60e25205c92c1a032b6a1eab17439 (diff)
downloadzisofs-tools-9a8b77ecffa4003d5e6207a0126483eede583872.tar.gz
autoconf-2.57 seems required
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f54f4e6..0394080 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl
dnl autoconf input file to generate MCONFIG
dnl
-AC_PREREQ(2.52)
+AC_PREREQ(2.57)
AC_REVISION([$Id$])
AC_INIT(MCONFIG.in)
AC_PREFIX_DEFAULT(/usr)