summaryrefslogtreecommitdiff
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
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
-rw-r--r--configure.in15
-rw-r--r--epan/configure.in15
-rw-r--r--wiretap/configure.in15
3 files changed, 9 insertions, 36 deletions
diff --git a/configure.in b/configure.in
index 43576d5832..b39c13dd3a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,17 +1,8 @@
-# $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
-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.250 2004/03/04 06:28:42 guy Exp $
+#
AC_INIT(etypes.h)
-AC_PREREQ(2.53)
+AC_PREREQ(2.52)
dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST
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
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