]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Avoid grep in minimal configure
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Apr 2025 21:01:38 +0000 (14:01 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Apr 2025 22:17:11 +0000 (15:17 -0700)
commit3d79cd9ff455d85e788398bfe4fdc4544fabceb5
treec24524f46b3b91b04d7ceea4fd21747883c3672e
parentb73f28c5196de7f79d62f793cfc247d2d6910393
Avoid grep in minimal configure

* lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
Use ‘sed -n '$='’ instead of ‘grep -c’, since these
are the only uses of grep in a minimal ‘configure’
and we are already using sed elsewhere.
doc/install.texi
lib/autoconf/status.m4