diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-20 21:05:18 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-20 21:05:18 +0200 |
commit | 1e65cb26be8a0d11a12c155af8f5740ec9b03415 (patch) | |
tree | dfa0ae3c6e4ef8b37d4c1ed075a57ffb9c080a85 | |
parent | b952404b9386ed0ef806a830d184f696b2432e77 (diff) |
Remove more extraneous Makefile.am bits
-rw-r--r-- | Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Makefile.am b/Makefile.am index d56edec2ea..26b2fb261d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1094,26 +1094,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ --disable-split-usr \ --enable-kdbus -DISTCHECK_CONFIGURE_FLAGS += \ - --with-sysvinit-path= \ - --with-sysvrcnd-path= - if ENABLE_GTK_DOC DISTCHECK_CONFIGURE_FLAGS += \ --enable-gtk-doc endif - -# -# Require python when making dist -# -.PHONY: dist-check-help - -dist-check-help: $(rootbin_PROGRAMS) $(bin_PROGRAMS) - for i in $(abspath $^); do \ - if $$i --help | grep -v 'default:' | grep -E -q '.{80}.' ; then \ - echo "$(basename $$i) --help output is too wide:"; \ - $$i --help | awk 'length > 80' | grep -E --color=yes '.{80}'; \ - exit 1; \ - fi; done - -dist: dist-check-python |