mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
AC_USE_SYSTEM_EXTENSIONS macro requires autoconf >= 2.60
Thanks to andrey_b for issue.
This commit is contained in:
parent
1da3919eb1
commit
987a1890bb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user