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 <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
This commit is contained in:
Andrew Deason 2010-04-19 14:48:14 -05:00 committed by Russ Allbery
parent e6f6c3493e
commit 63b6bb1ee7

View File

@ -1,3 +1,4 @@
AC_PREREQ([2.60])
AC_INIT(src/config/stds.h) AC_INIT(src/config/stds.h)
AM_INIT_AUTOMAKE(openafs,1.5.74) AM_INIT_AUTOMAKE(openafs,1.5.74)
AC_CONFIG_HEADER(src/config/afsconfig.h) AC_CONFIG_HEADER(src/config/afsconfig.h)