mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Merge branch '133_ac_prereq' into mc-4.6
* 133_ac_prereq: AC_USE_SYSTEM_EXTENSIONS macro requires autoconf >= 2.60
This commit is contained in:
commit
6a26036bac
@ -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