summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-04 06:30:14 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-04 06:30:14 +0000
commit03d1c9e78105d4258941f57b64f88f2f43c89070 (patch)
tree99a64079aad7447564f45bcc7a4f04da513aa3d6 /epan
parent3fb8f84842f23f8d4913cb3915fa0043aa600d1c (diff)
downloadwireshark-03d1c9e78105d4258941f57b64f88f2f43c89070.tar.gz
Get rid of an out-of-date comment.
We only appear to need autoconf 2.52, not 2.53. svn path=/trunk/; revision=10293
Diffstat (limited to 'epan')
-rw-r--r--epan/configure.in15
1 files changed, 3 insertions, 12 deletions
diff --git a/epan/configure.in b/epan/configure.in
index 64ffabb036..58d8e2566f 100644
--- a/epan/configure.in
+++ b/epan/configure.in
@@ -1,17 +1,8 @@
-# $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
-dnl defines SHELL, and "Makefile.in" has
-dnl
-dnl SHELL = @SHELL@
-dnl
-dnl which requires it to be defined - and there may be other problems
-dnl with pre-2.13 "autoconf" as well.
-dnl
+# $Id: configure.in,v 1.64 2004/03/04 06:29:42 guy Exp $
+#
AC_INIT(epan.c)
-AC_PREREQ(2.53)
+AC_PREREQ(2.52)
dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST