diff options
author | 2009-02-16 14:58:08 +0000 | |
---|---|---|
committer | 2009-02-16 14:58:08 +0000 | |
commit | 1968d50c2de2e0a1762523c981dfd09ecdf29082 (patch) | |
tree | c0c1ef7e5d2eb6d31c51ffe1837aeb234ad36694 /Makefile.am | |
parent | 85ca9d49984a8bd16d5215eed20a243a63861bda (diff) | |
download | paludis-1968d50c2de2e0a1762523c981dfd09ecdf29082.tar.gz paludis-1968d50c2de2e0a1762523c981dfd09ecdf29082.tar.xz |
autotools is dumb
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e04be242a..ff1052806 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ SUBDIRS = misc test paludis python ruby src doc hooks vim bash-completion zsh-co DISTCHECK_CONFIGURE_FLAGS = --enable-qa --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' \ --with-repositories=default,accounts \ --with-environments=default,portage \ --with-clients=default,accerso,appareo,cave,inquisitio,instruo \ |