diff options
author | 2007-07-26 12:41:14 +0000 | |
---|---|---|
committer | 2007-07-26 12:41:14 +0000 | |
commit | 4182905a3daf5df2e4cd1e45bdaab7634e42f461 (patch) | |
tree | 42fdde7617755aeaea2d98e0ce0f1cd3d0dfe2f0 | |
parent | 5acc40f5974a32ac476ebac53c3aff2a39460b49 (diff) | |
download | paludis-4182905a3daf5df2e4cd1e45bdaab7634e42f461.tar.gz paludis-4182905a3daf5df2e4cd1e45bdaab7634e42f461.tar.xz |
Use --with-default-distribution=giant-space-monkey for distcheck to catch errors
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 311eeb5ad..36d80a973 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,8 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-qa --enable-ruby --enable-glsa --enable-vim --with-ruby-install-dir='$${DESTDIR}$${prefix}/ruby_dir' \ --with-repositories=default,cran \ --with-environments=default,portage \ - --with-clients=default,contrarius,inquisitio + --with-clients=default,contrarius,inquisitio \ + --with-default-distribution=giant-space-monkey automake-deps-built-hack.tmp : built-sources-subdirs touch $@ |