# HG changeset patch # User Dave Love # Date 961774516 0 # Node ID 56407d559c03a5bf5be48336147dcc947d4cd081 # Parent ad3fba10394bb0c11747fffda2a9103038234e75 Define the post-2.13 stuff conditionally on autoconf version. diff -r ad3fba10394b -r 56407d559c03 aclocal.m4 --- a/aclocal.m4 Fri Jun 23 15:32:38 2000 +0000 +++ b/aclocal.m4 Fri Jun 23 15:35:16 2000 +0000 @@ -1,6 +1,7 @@ dnl The following are from prerelease autoconf 2.14a. When 2.14 is dnl released, we should be able to zap them and just use AC_PREREQ(2.14). +ifelse(_AC_VERSION_COMPARE(AC_ACVERSION, [2.14]), -1, # AC_PROG_CC_STDC # --------------- @@ -278,8 +279,8 @@ fi ])# AC_C_PROTOTYPES -dnl The following isn't in the prerelease autoconf at this time, but -dnl eggert expects it to go in eventually. +dnl The following is a bit different from the prerelease autoconf at +dnl this time since that requires extra definitions. dnl By default, many hosts won't let programs access large files; dnl one must use special compiler options to get large-file access to work. @@ -353,3 +354,5 @@ [#include ], [return !ftello;]) fi ]) + +) dnl ifelse