From: Pádraig Brady Date: Mon, 11 Dec 2023 17:03:33 +0000 (+0000) Subject: maint: remove obsolete AC_PROG_GCC_TRADITIONAL X-Git-Tag: v9.5~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d9547474d001e2903c18164d8929f5d2d2c0dd7;p=thirdparty%2Fcoreutils.git maint: remove obsolete AC_PROG_GCC_TRADITIONAL * configure.ac: Remove obsolete macro call. Recent autoconf warns that it is obsolete. AC_PROG_CPP sets up the -traditional-cpp option if required. GCC ignores -traditional since commit f458d1d5 (2002). Fixes https://bugs.gnu.org/67756 --- diff --git a/configure.ac b/configure.ac index eec1107906..de57b32167 100644 --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,6 @@ gl_ASSERT_NO_GNULIB_POSIXCHECK]) AC_PROG_CC AM_PROG_CC_C_O AC_PROG_CPP -AC_PROG_GCC_TRADITIONAL AC_PROG_RANLIB AC_PROG_EGREP AC_PROG_LN_S