1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 02:10:57 +02:00

* Makefile.maint (sc_no_have_config_h): Use a more precise regexp.

This commit is contained in:
Jim Meyering
2008-03-18 23:44:53 +01:00
parent 8378eca4d4
commit 7feeb7cf23

View File

@@ -150,7 +150,7 @@ sc_file_system:
exit 1; } || :
sc_no_have_config_h:
@grep -n 'HAVE''_CONFIG_H' $$($(CVS_LIST_EXCEPT)) && \
@grep -n '^# *if.*HAVE''_CONFIG_H' $$($(CVS_LIST_EXCEPT)) && \
{ echo '$(ME): found use of HAVE''_CONFIG_H; remove' \
1>&2; exit 1; } || :