]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Exempt test.
authorJim Meyering <jim@meyering.net>
Sat, 26 Jul 2003 07:28:43 +0000 (07:28 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 26 Jul 2003 07:28:43 +0000 (07:28 +0000)
src/Makefile.am

index ae62e854529afb926c41deab36e87f92e5f27c3f..68a0ca6f5a25649d174f4cdc9a274724f461dc43 100644 (file)
@@ -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