]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Add AC_PROG_EGREP to AU_DEFUN for AC_HEADER_STDC (#110215)
authorZack Weinberg <zackw@panix.com>
Sun, 12 Jul 2020 15:26:47 +0000 (11:26 -0400)
committerZack Weinberg <zackw@panix.com>
Sun, 12 Jul 2020 15:26:47 +0000 (11:26 -0400)
commitd5cb54d02dba7ba9c0cd3736b46e7b50a71ce2f3
treec3578bdb7d5dbb5fec2e4ca4adacdd5a46ffef44
parent8173e5d6fefd8a2a36974610f85784121f8dc36e
Add AC_PROG_EGREP to AU_DEFUN for AC_HEADER_STDC (#110215)

AC_HEADER_STDC used to use AC_EGREP_CPP, and therefore had the side
effect of AC_REQUIRE([AC_PROG_EGREP]).  In 2.70 AC_HEADER_STDC is an
AU_DEFUN and, before this change, the replacement didn’t invoke
AC_PROG_EGREP, which broke configure scripts that assumed $EGREP would
be set.  Problem reported by Ross Burton.

* lib/autoconf/headers.m4 (AU::AC_HEADER_STDC): Also invoke AC_PROG_EGREP.
NEWS
lib/autoconf/headers.m4