This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Don't use obsolete autoconf macro AC_PROG_CC_STDC


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]