aboutsummaryrefslogtreecommitdiffstats
path: root/epan
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 /epan
parent10273f038f968be7ac68db9740bcc9146f42f2c4 (diff)
Require autoconf 2.53 and automake 1.6
svn path=/trunk/; revision=10287
Diffstat (limited to 'epan')
-rw-r--r--epan/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/configure.in b/epan/configure.in
index 05b13db41b..64ffabb036 100644
--- a/epan/configure.in
+++ b/epan/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.62 2004/03/02 23:53:10 jmayer Exp $
+# $Id: configure.in,v 1.63 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(epan.c)
-AC_PREREQ(2.13)
+AC_PREREQ(2.53)
dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST