]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: avoid spurious failures due to lack of EGREP definition
authorJim Meyering <meyering@fb.com>
Sat, 21 Jan 2023 01:54:28 +0000 (17:54 -0800)
committerJim Meyering <meyering@meta.com>
Mon, 30 Jan 2023 17:18:13 +0000 (09:18 -0800)
commitd73ca62c4fa3f89833c4ea14ebbcaaab3e99c6e6
tree9596fb576be9c598a3a27f42886c3f402f6950ad
parent95bc69a7e71dd2a9b2ca11452be19fa856eb2bbf
build: avoid spurious failures due to lack of EGREP definition

* configure.ac: Use AC_PROG_EGREP, since many doc and test rules
use $EGREP.
* cfg.mk (sc_tests_list_consistency): Use grep -E, not $(EGREP) here.
cfg.mk
configure.ac