mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
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:
parent
e6f6c3493e
commit
63b6bb1ee7
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user