From: Andrew Deason Date: Mon, 19 Apr 2010 19:48:14 +0000 (-0500) Subject: Use AC_PREREQ X-Git-Tag: openafs-devel-1_5_74_1~24 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=63b6bb1ee7d52ba11c817fbfbbda5704d21669dc;p=packages%2Fo%2Fopenafs.git Use AC_PREREQ We use AC_USE_SYSTEM_EXTENSIONS, which was introduced in autoconf 2.60. To allow for less confusion and perhaps a more clear error message, specify that we require using at least that version. Change-Id: I42a3f4e889ad443d8d8cd3ba0c085c67606b8be3 Reviewed-on: http://gerrit.openafs.org/1784 Reviewed-by: Russ Allbery Tested-by: Russ Allbery --- diff --git a/configure.in b/configure.in index ecc2bf0f8..c8d3aec71 100644 --- a/configure.in +++ b/configure.in @@ -1,3 +1,4 @@ +AC_PREREQ([2.60]) AC_INIT(src/config/stds.h) AM_INIT_AUTOMAKE(openafs,1.5.74) AC_CONFIG_HEADER(src/config/afsconfig.h)