]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Make AC_PROG_GCC_TRADITIONAL a compatibility alias for AC_PROG_CC.
authorZack Weinberg <zackw@panix.com>
Mon, 3 Apr 2023 01:03:30 +0000 (21:03 -0400)
committerZack Weinberg <zackw@panix.com>
Mon, 3 Apr 2023 03:01:06 +0000 (23:01 -0400)
commitdaaca7f74f94d6a7a51d571156d5fbaba5ef9a87
tree199cad422db2ee9d239cef3627a08c8d80c27e9d
parent51d98495d1aac00970d791f064e83ca762bf81c7
Make AC_PROG_GCC_TRADITIONAL a compatibility alias for AC_PROG_CC.

This macro is one of the last remaining internal uses of AC_EGREP_CPP.
It has only ever done anything useful with GCC, and GCC dropped
support for â€˜traditional’ compilation in version 3.3 (released 2003)
so I do not think it is worth trying to preserve.

* lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Make into a
  compatibility alias for AC_PROG_CC, similar to AC_PROG_CC_STDC.
* lib/autoconf/general.m4 (AC_EGREP_CPP): Remove stale comment.
* doc/autoconf.texi, NEWS: Document this change.
* tests/mktests.pl: Exclude AC_PROG_GCC_TRADITIONAL from
  autoupdate tests.
NEWS
doc/autoconf.texi
lib/autoconf/c.m4
lib/autoconf/general.m4
tests/mktests.pl