aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-03 21:35:57 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-03 21:35:57 +0000
commit745aaf0adf25a41574a0e67aff7fec539ccca550 (patch)
treef423eb0a84652b54756c4182c0f17eae5a69b0d0 /configure.in
parentaf568443b302228618ea5b33faa52c2c1e4bfbb0 (diff)
Require autoconf 2.53 and automake 1.6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10287 f5534014-38df-0310-8fa8-9805f1628bb7
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