diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-26 07:28:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-26 07:28:43 +0000 |
commit | 0c006268e6fdc86e74ee068a53eb4ac0e7fa7279 (patch) | |
tree | 15f60038bf81fc42a4aee1c332041a4bb1395b33 /src | |
parent | 40d1cfe7293b4e922718d3689dc7f23dc3319b49 (diff) | |
download | coreutils-0c006268e6fdc86e74ee068a53eb4ac0e7fa7279.tar.xz |
(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Exempt test.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ae62e8545..68a0ca6f5 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 |