]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Set to false.
authorJim Meyering <jim@meyering.net>
Sat, 3 Aug 2002 16:44:33 +0000 (16:44 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 3 Aug 2002 16:44:33 +0000 (16:44 +0000)
src/Makefile.am

index 638051b481c58677af8c21062db16864527a8866..d00093f17e68bc00328b1782ca17da6d4ce69a0c 100644 (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 \