aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-04 06:30:14 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-04 06:30:14 +0000
commit537287a0baf0cbf8acb293df3483f5128cce4a05 (patch)
tree99a64079aad7447564f45bcc7a4f04da513aa3d6 /wiretap
parent4c87df19c467da773b409fd597c57d515ae12d73 (diff)
Get rid of an out-of-date comment.
We only appear to need autoconf 2.52, not 2.53. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10293 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap')
-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