diff options
author | 2010-01-07 05:57:53 +0100 | |
---|---|---|
committer | 2010-01-07 05:58:03 +0100 | |
commit | a48da1e7a214dbfaaaeab24d65a02e097ac8f153 (patch) | |
tree | 6c45e8c4521d113180eca6a5de9bf9c801397413 /misc | |
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')
-rw-r--r-- | misc/Makefile.am | 2 | ||||
-rw-r--r-- | misc/common-makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index cc596b6d3..65ea6726a 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -2,7 +2,7 @@ CLEANFILES = *~ *.epicfail MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = generated-file.txt do_m4.bash make_se.bash make_nn.bash common-makefile.am -AUTOMAKE_OPTIONS = parallel-tests +AUTOMAKE_OPTIONS = 1.11 parallel-tests built-sources : $(BUILT_SOURCES) for s in $(SUBDIRS) ; do $(MAKE) -C $$s built-sources || exit 1 ; done 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 ; \ |