diff options
-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 |