AC_USE_SYSTEM_EXTENSIONS macro requires autoconf >= 2.60

Thanks to andrey_b for issue.
This commit is contained in:
Slava Zanko 2009-01-29 11:12:29 +02:00
parent 1da3919eb1
commit 987a1890bb

View File

@ -3,7 +3,7 @@ dnl Configure.in file for the Midnight Commander
dnl
AC_INIT([GNU Midnight Commander], [], [mc-devel@gnome.org])
AC_PREREQ(2.54)
AC_PREREQ(2.60)
m4_pattern_forbid(MC_)
AC_CONFIG_SRCDIR(src/main.c)
AC_CONFIG_AUX_DIR(config)