summaryrefslogtreecommitdiff
path: root/wiretap/configure.in
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 /wiretap/configure.in
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 'wiretap/configure.in')
-rw-r--r--wiretap/configure.in15
1 files changed, 3 insertions, 12 deletions
diff --git a/wiretap/configure.in b/wiretap/configure.in
index 691a7e5544..715af8f6d3 100644
--- a/wiretap/configure.in
+++ b/wiretap/configure.in
@@ -1,17 +1,8 @@
-# $Id: configure.in,v 1.55 2004/03/03 21:35:57 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.56 2004/03/04 06:30:14 guy Exp $
+#
AC_INIT(wtap.c)
-AC_PREREQ(2.53)
+AC_PREREQ(2.52)
AC_CANONICAL_HOST
AC_CANONICAL_TARGET