From: Michael Tremer Date: Tue, 16 Aug 2022 10:31:14 +0000 (+0000) Subject: configure: Replace obsolete AC_PROG_CC_STDC macro X-Git-Tag: 0.9.15~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45197e299da78774b97802385c88d4e21ecaf89c;p=location%2Flibloc.git configure: Replace obsolete AC_PROG_CC_STDC macro Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index b2db205..0960951 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AM_INIT_AUTOMAKE([ dist-xz subdir-objects ]) -AC_PROG_CC_STDC +AC_PROG_CC AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE AC_CONFIG_MACRO_DIR([m4])