[PATCH] Don't use obsolete autoconf macro AC_PROG_CC_STDC
Ross Burton
ross.burton@intel.com
Tue Oct 4 16:12:00 GMT 2016
This has been obsolete since automake 1.8 as it's now part of AC_PROG_CC.
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index a944a0b..3c86cd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,6 @@ AC_PROG_LN_S
AC_PROG_CC
AC_PROG_CXX
AC_PROG_CPP
-AM_PROG_CC_STDC
AM_PROG_CC_C_O
AC_PROG_RANLIB
AC_OBJEXT
--
2.8.1
More information about the Systemtap
mailing list