diff options
author | 2009-11-01 00:52:43 +0000 | |
---|---|---|
committer | 2009-11-01 00:52:43 +0000 | |
commit | 2c491ddc9d088fb11e6366da2551ab253d160b63 (patch) | |
tree | cc6bc1ced98b098747e080b20fe6a81d7f880a86 /autogen.bash | |
parent | f229be6df1458b5409afeb78536d34df085e0d69 (diff) | |
download | paludis-2c491ddc9d088fb11e6366da2551ab253d160b63.tar.gz paludis-2c491ddc9d088fb11e6366da2551ab253d160b63.tar.xz |
Start using parallel-tests
But not in doc/, doesn't seem to work.
Still use our icky wrappers for now.
Diffstat (limited to 'autogen.bash')
-rwxr-xr-x | autogen.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.bash b/autogen.bash index 6303f1728..ba38e688d 100755 --- a/autogen.bash +++ b/autogen.bash @@ -38,8 +38,8 @@ misc/do_m4.bash hooks/Makefile.am || exit $? run mkdir -p config run $(get libtoolize 1.5 ) --copy --force --automake rm -f config.cache -run $(get aclocal 1.11 1.10 1.9 ) +run $(get aclocal 1.11 ) run $(get autoheader 2.61 2.60 2.59 ) run $(get autoconf 2.61 2.60 2.59 ) -run $(get automake 1.11 1.10 1.9 ) -a --copy +run $(get automake 1.11 ) -a --copy |