From dd4f8902808c5b8d1b4342f7d0052af51c9b29b5 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Sat, 15 Jun 2024 15:54:46 -0700 Subject: [PATCH 1/2] build: Remove obsolete autoconf macros. * configure.ac (AC_PROG_CC_STDC, AC_HEADER_STDC): Remove long obsolete autoconf macros. Autconf warns about both and gnulib-tool complains about AC_PROG_CC_STDC. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0fb9c5e..8db7e51 100644 --- a/configure.ac +++ b/configure.ac @@ -39,10 +39,8 @@ AM_SILENT_RULES([yes]) AC_CONFIG_HEADERS([config.h:config.hin]) AC_PROG_CC -AC_PROG_CC_STDC gl_EARLY gl_USE_SYSTEM_EXTENSIONS -AC_HEADER_STDC gl_INIT AM_PROG_AR -- 2.45.2