diff options
author | 2010-01-07 05:57:53 +0100 | |
---|---|---|
committer | 2010-01-07 05:58:03 +0100 | |
commit | a48da1e7a214dbfaaaeab24d65a02e097ac8f153 (patch) | |
tree | 6c45e8c4521d113180eca6a5de9bf9c801397413 /misc/common-makefile.am | |
parent | df660234fbbe8ff2d7df41f0ca5063fec9380b29 (diff) | |
download | paludis-a48da1e7a214dbfaaaeab24d65a02e097ac8f153.tar.gz paludis-a48da1e7a214dbfaaaeab24d65a02e097ac8f153.tar.xz |
Require automake 1.11 or newer for automake's parallel-tests
Fixes Exherbo #249
Diffstat (limited to 'misc/common-makefile.am')
-rw-r--r-- | misc/common-makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/common-makefile.am b/misc/common-makefile.am index f5eaf5dce..4cb08275f 100644 --- a/misc/common-makefile.am +++ b/misc/common-makefile.am @@ -2,7 +2,7 @@ CLEANFILES = *~ gmon.out *.gcov *.gcno *.gcda *.loT *.epicfail MAINTAINERCLEANFILES = Makefile.in -AUTOMAKE_OPTIONS = parallel-tests +AUTOMAKE_OPTIONS = 1.11 parallel-tests LOG_COMPILER = \ unset PALUDIS_TESTS_REAL_STDOUT_FD 2>&1 >/dev/null ; \ |