configure.in: looks like we need autoconf 2.61 :(

AC_USE_SYSTEM_EXTENSIONS is really, *really* useful, but apparently
requires autoconf 2.61...
This commit is contained in:
H. Peter Anvin 2007-10-10 14:29:53 -07:00
parent fd7dd11345
commit 38a1b8ae9f

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf 2.59 or later to produce
dnl Process this file with autoconf 2.61 or later to produce
dnl a configure script.
AC_PREREQ(2.59)
AC_PREREQ(2.61)
AC_INIT(config.h.in)
AC_CONFIG_HEADERS(config.h)