[minicoredumper] [PATCH 5/8] buildsystem: remove obsolete AM_PROG_CC_C_O automake macro

Juergen Borleis jbe at pengutronix.de
Mon Mar 11 11:23:15 CET 2019


>From the automake docs:

"Note that, since Automake 1.14, the AC_PROG_CC is rewritten to implement
such checks itself, and thus the explicit use of AM_PROG_CC_C_O should no
longer be required."

Signed-off-by: Juergen Borleis <jbe at pengutronix.de>
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index f23724b..2289b74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,6 @@ AC_LANG([C])
 AC_USE_SYSTEM_EXTENSIONS
 
 AC_PROG_CC_C99
-AM_PROG_CC_C_O
 AC_PROG_INSTALL
 AC_PROG_LIBTOOL
 AC_PROG_AWK
-- 
2.11.0




More information about the minicoredumper mailing list