From f9560cb03b12415a9a873f9afc5c02943fc2e55d Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 27 May 2018 02:51:07 +0000 Subject: 42862: Remove AC_PROG_TRADITIONAL from configure.ac. We don't support machines that ancient any more. --- ChangeLog | 3 +++ configure.ac | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 983d134f9..63847a260 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2018-05-29 Peter Stephenson + * Eitan Adler: 42862: configure.ac: AC_PROG_TRADITIONAL is no + longer needed. + * Eitan Adler: 42863: configure.ac: autoconf update to latest conventions. diff --git a/configure.ac b/configure.ac index c4d3889a3..b46e2f4c2 100644 --- a/configure.ac +++ b/configure.ac @@ -537,7 +537,6 @@ AC_SUBST(EXELDFLAGS)dnl AC_SUBST(LIBLDFLAGS)dnl AC_PROG_CPP dnl Figure out how to run C preprocessor. -AC_PROG_GCC_TRADITIONAL dnl Do we need -traditional flag for gcc. AC_C_CONST dnl Does compiler support `const'. dnl Default preprocessing on Mac OS X produces warnings -- cgit 1.4.1