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

(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Set to false.

This commit is contained in:
Jim Meyering
2002-08-03 16:44:33 +00:00
parent 87ef26a750
commit cefeb81dd5

View File

@@ -169,6 +169,10 @@ wheel.h: wheel-gen.pl Makefile.am
BUILT_SOURCES = dircolors.h false.c wheel.h wheel-size.h
# false exits nonzero even with --help or --version.
# Tell automake to exempt it from that installcheck test.
AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = false
false.c: true.c
sed \
-e s/true/false/g \