aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-03-03 21:35:57 +0000
committerJörg Mayer <jmayer@loplof.de>2004-03-03 21:35:57 +0000
commitc4884cab89abc280be0d01d3167a016b8477b130 (patch)
treef423eb0a84652b54756c4182c0f17eae5a69b0d0 /configure.in
parent10273f038f968be7ac68db9740bcc9146f42f2c4 (diff)
Require autoconf 2.53 and automake 1.6
svn path=/trunk/; revision=10287
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index d27b214aa3..43576d5832 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.248 2004/02/23 21:53:05 gerald Exp $
+# $Id: configure.in,v 1.249 2004/03/03 21:35:56 jmayer Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@@ -11,7 +11,7 @@ dnl with pre-2.13 "autoconf" as well.
dnl
AC_INIT(etypes.h)
-AC_PREREQ(2.13)
+AC_PREREQ(2.53)
dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST