From: Jim Meyering Date: Sat, 26 Jul 2003 07:28:43 +0000 (+0000) Subject: (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Exempt test. X-Git-Tag: v5.0.90~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c006268e6fdc86e74ee068a53eb4ac0e7fa7279;p=thirdparty%2Fcoreutils.git (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Exempt test. --- diff --git a/src/Makefile.am b/src/Makefile.am index ae62e85452..68a0ca6f5a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -182,8 +182,9 @@ wheel.h: wheel-gen.pl Makefile.am mv $@-t $@ # false exits nonzero even with --help or --version. -# Tell automake to exempt it from that installcheck test. -AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = false +# test doesn't support --help or --version. +# Tell automake to exempt then from that installcheck test. +AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = false test BUILT_SOURCES += false.c false.c: true.c