From: Jim Meyering Date: Sat, 26 May 2012 09:21:47 +0000 (+0200) Subject: maint: avoid new automake warning about AM_PROG_CC_STDC X-Git-Tag: v0.9.13-rc1~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d07aa512c775d9b4e8460f203898364ba5413dd;p=thirdparty%2Flibvirt.git maint: avoid new automake warning about AM_PROG_CC_STDC * configure.ac (AM_PROG_CC_STDC): Stop using this macro. It provokes warnings from newer automake and is superseded by autoconf's AC_PROG_CC, which we're already using. --- diff --git a/configure.ac b/configure.ac index 5d06b47877..54f51ee31b 100644 --- a/configure.ac +++ b/configure.ac @@ -80,7 +80,6 @@ dnl Checks for C compiler. AC_PROG_CC AC_PROG_INSTALL AC_PROG_CPP -AM_PROG_CC_STDC gl_EARLY gl_INIT