]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Port tests to POSIX.1-2001 grep and later
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 May 2026 15:49:26 +0000 (08:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 May 2026 20:23:08 +0000 (13:23 -0700)
commit2c724d4e83964fec1e3bcb7e553433741f8d8f73
tree2c04a032a7a9312748d1c25d73f5538afef1f0a2
parent35ee1e209c149a039be1571e6b486670f0fd18e0
Port tests to POSIX.1-2001 grep and later

Stop assuming egrep and fgrep in tests.  POSIX.1-2001 removed the
requirement to support egrep and fgrep, and in GNU grep 3.8 and
later, ‘egrep’ warns that is is obsolete, messing up the output of
a test script.
* tests/torture.at:
(Package requiring autopoint (AM_GNU_GETTEXT + _VERSION))
(autoreconf --exclude (autopoint)):
Increase gettext version from 0.11.4 (2002) to 0.13 (2003);
this is the first gettext version that did not require the
existence of egrep.
README-hacking
tests/torture.at