From 0f031d181f576bb5c27a6b83f0cec753d018ce52 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 26 May 2012 11:21:47 +0200 Subject: [PATCH] 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. (cherry picked from commit 0d07aa512c775d9b4e8460f203898364ba5413dd) --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 799d710f3a..894b782cb6 100644 --- a/configure.ac +++ b/configure.ac @@ -79,7 +79,6 @@ dnl Checks for C compiler. AC_PROG_CC AC_PROG_INSTALL AC_PROG_CPP -AM_PROG_CC_STDC gl_EARLY gl_INIT