summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-08-03 16:44:33 +0000
committerJim Meyering <jim@meyering.net>2002-08-03 16:44:33 +0000
commitcefeb81dd51ec1a83236a96e49053f135f80cc12 (patch)
tree1fcd72a2454480ebb97dc5285789ecd59eb8c10d /src
parent87ef26a750e01d03196e19f0f9cca6ad3738e9f4 (diff)
downloadcoreutils-cefeb81dd51ec1a83236a96e49053f135f80cc12.tar.xz
(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Set to false.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 638051b48..d00093f17 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 \