mirror of https://github.com/MidnightCommander/mc
Ticket #4604: remove obsolete `AM_PROG_CC_C_O` macro, part of `AC_PROG_CC` now
`AM_PROG_CC_C_O` is part of `AC_PROG_CC` since Automake 1.14, released in 2013 and we are almost in 2025 by now. Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
parent
d63427d7bd
commit
03c6f61d54
|
@ -1,5 +1,5 @@
|
|||
## Process this file with automake to create Makefile.in.
|
||||
AUTOMAKE_OPTIONS = 1.12
|
||||
AUTOMAKE_OPTIONS = 1.14
|
||||
|
||||
SUBDIRS = po lib src doc contrib misc
|
||||
|
||||
|
|
|
@ -41,7 +41,6 @@ dnl that ar cannot be found and linking via libtool will fail at a later stage
|
|||
AC_CHECK_TOOLS([AR], [ar gar])
|
||||
|
||||
AC_PROG_CC
|
||||
AM_PROG_CC_C_O
|
||||
|
||||
mc_CHECK_CFLAGS
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ To compile GNU Midnight commander from GIT, the following software is
|
|||
required:
|
||||
|
||||
Autoconf 2.64 and above (latest is recommended)
|
||||
Automake 1.12 and above (latest is recommended)
|
||||
Automake 1.14 and above (latest is recommended)
|
||||
Gettext 0.18.2 and above
|
||||
Glib 2.32 and above
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Build requirements for GNU Midnight Commander
|
|||
- gcc
|
||||
- make
|
||||
- autoconf >= 2.64
|
||||
- automake >= 1.12
|
||||
- automake >= 1.14
|
||||
- libtool
|
||||
- glib2 >= 2.32
|
||||
- slang2 or ncurses
|
||||
|
|
Loading…
Reference in New Issue