diff options
author | Eitan Adler <lists@eitanadler.com> | 2018-05-27 02:51:07 +0000 |
---|---|---|
committer | Peter Stephenson <p.stephenson@samsung.com> | 2018-05-29 09:42:31 +0100 |
commit | f9560cb03b12415a9a873f9afc5c02943fc2e55d (patch) | |
tree | f35795fbf843c81f21b6c18e1989f6cb96f88fbb | |
parent | cfdd0bd9c70343f6f26d113afaed996d547b1a94 (diff) | |
download | zsh-f9560cb03b12415a9a873f9afc5c02943fc2e55d.tar.gz zsh-f9560cb03b12415a9a873f9afc5c02943fc2e55d.tar.xz zsh-f9560cb03b12415a9a873f9afc5c02943fc2e55d.zip |
42862: Remove AC_PROG_TRADITIONAL from configure.ac.
We don't support machines that ancient any more.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 983d134f9..63847a260 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2018-05-29 Peter Stephenson <p.stephenson@samsung.com> + * 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 |