diff options
author | 2009-10-20 22:10:36 +0100 | |
---|---|---|
committer | 2009-10-20 22:10:36 +0100 | |
commit | 9f94ffc79bbebf2523b987840eb40a69d30cc9f0 (patch) | |
tree | 4f63e61b98228a91e7085cf19f902e09a483523c /Makefile.am | |
parent | 9986c514a1f13287b3f36804a9aa3092229050ee (diff) | |
download | paludis-9f94ffc79bbebf2523b987840eb40a69d30cc9f0.tar.gz paludis-9f94ffc79bbebf2523b987840eb40a69d30cc9f0.tar.xz |
Kill QA, qualudis
Pretty much a lost cause on Gentoo, and for Exherbo we'll do this
differently.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3726cf0a2..ca518e2d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip std-options foreign EXTRA_DIST = autogen.bash automake-deps-dist-hack.tmp SUBDIRS = . misc test paludis python ruby src doc hooks vim bash-completion zsh-completion pkg-config -DISTCHECK_CONFIGURE_FLAGS = --enable-qa --enable-ruby --enable-ruby-doc --enable-vim \ +DISTCHECK_CONFIGURE_FLAGS = --enable-ruby --enable-ruby-doc --enable-vim \ --enable-python --enable-python-doc --enable-xml \ --with-ruby-install-dir='$${DESTDIR}$${prefix}/ruby_dir' \ --with-hacked-log-dir='$${DESTDIR}$${prefix}/log_dir' \ |