]> The Tcpdump Group git mirrors - tcpdump/commitdiff
We require autoconf 2.61 in configure.in; that suffices.
authorGuy Harris <[email protected]>
Fri, 18 Oct 2013 00:00:38 +0000 (17:00 -0700)
committerGuy Harris <[email protected]>
Fri, 18 Oct 2013 00:00:38 +0000 (17:00 -0700)
Don't say "we require 2.50" in various macros.

aclocal.m4

index 073eec52d2660545d7e86f9466fe221f32bc74f5..c5006628ca26082ea509b7ec6329c679891ae484 100644 (file)
@@ -38,7 +38,7 @@ dnl AC_LBL_C_INIT.  Now, we run AC_LBL_C_INIT_BEFORE_CC, AC_PROG_CC,
 dnl and AC_LBL_C_INIT at the top level.
 dnl
 AC_DEFUN(AC_LBL_C_INIT_BEFORE_CC,
-    [AC_PREREQ(2.50)
+[
     AC_BEFORE([$0], [AC_LBL_C_INIT])
     AC_BEFORE([$0], [AC_PROG_CC])
     AC_BEFORE([$0], [AC_LBL_FIXINCLUDES])
@@ -95,7 +95,7 @@ dnl   ac_cv_lbl_gcc_vers
 dnl    LBL_CFLAGS
 dnl
 AC_DEFUN(AC_LBL_C_INIT,
-    [AC_PREREQ(2.50)
+[
     AC_BEFORE([$0], [AC_LBL_FIXINCLUDES])
     AC_BEFORE([$0], [AC_LBL_DEVEL])
     AC_BEFORE([$0], [AC_LBL_SHLIBS_INIT])