From: Jim Meyering Date: Sat, 3 Aug 2002 16:44:33 +0000 (+0000) Subject: (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Set to false. X-Git-Tag: SH-UTILS-2_0_14~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cefeb81dd51ec1a83236a96e49053f135f80cc12;p=thirdparty%2Fcoreutils.git (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Set to false. --- diff --git a/src/Makefile.am b/src/Makefile.am index 638051b481..d00093f17e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \