forked from mirrors/tftp-hpa-google
AC_USE_SYSTEM_EXTENSIONS is a 2.61 feature, not 2.59
This commit is contained in:
parent
bbb17208a9
commit
62533e7441
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ dnl
|
||||||
dnl autoconf input file to generate MCONFIG
|
dnl autoconf input file to generate MCONFIG
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.61)
|
||||||
AC_INIT(MCONFIG.in)
|
AC_INIT(MCONFIG.in)
|
||||||
AC_PREFIX_DEFAULT(/usr)
|
AC_PREFIX_DEFAULT(/usr)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue