diff options
author | 2010-01-07 05:57:53 +0100 | |
---|---|---|
committer | 2010-01-07 05:58:03 +0100 | |
commit | a48da1e7a214dbfaaaeab24d65a02e097ac8f153 (patch) | |
tree | 6c45e8c4521d113180eca6a5de9bf9c801397413 /paludis | |
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 'paludis')
-rw-r--r-- | paludis/distributions/Makefile.am | 2 | ||||
-rw-r--r-- | paludis/distributions/exherbo/Makefile.am | 2 | ||||
-rw-r--r-- | paludis/distributions/gentoo/Makefile.am | 2 | ||||
-rw-r--r-- | paludis/environments/Makefile.am | 2 | ||||
-rw-r--r-- | paludis/environments/test/Makefile.am | 2 | ||||
-rw-r--r-- | paludis/fetchers/demos/Makefile.am | 2 | ||||
-rw-r--r-- | paludis/repositories/cran/cran/Makefile.am | 2 | ||||
-rw-r--r-- | paludis/repositories/e/eapis/Makefile.am | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/paludis/distributions/Makefile.am b/paludis/distributions/Makefile.am index 3508d2d3f..2a9d6b002 100644 --- a/paludis/distributions/Makefile.am +++ b/paludis/distributions/Makefile.am @@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in CLEANFILES = *~ gmon.out *.gcov *.gcno *.gcda *.loT .keep *.epicfail SUBDIRS = . exherbo gentoo -AUTOMAKE_OPTIONS = parallel-tests +AUTOMAKE_OPTIONS = 1.11 parallel-tests distributions = \ exherbo.conf \ diff --git a/paludis/distributions/exherbo/Makefile.am b/paludis/distributions/exherbo/Makefile.am index 113afe120..5fa94ac94 100644 --- a/paludis/distributions/exherbo/Makefile.am +++ b/paludis/distributions/exherbo/Makefile.am @@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in CLEANFILES = *~ gmon.out *.gcov *.gcno *.gcda *.loT .keep *.epicfail SUBDIRS = -AUTOMAKE_OPTIONS = parallel-tests +AUTOMAKE_OPTIONS = 1.11 parallel-tests distributiondir = $(datadir)/paludis/distributions/exherbo/ diff --git a/paludis/distributions/gentoo/Makefile.am b/paludis/distributions/gentoo/Makefile.am index 4b253f98c..3a2f5b95a 100644 --- a/paludis/distributions/gentoo/Makefile.am +++ b/paludis/distributions/gentoo/Makefile.am @@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in CLEANFILES = *~ gmon.out *.gcov *.gcno *.gcda *.loT .keep *.epicfail SUBDIRS = -AUTOMAKE_OPTIONS = parallel-tests +AUTOMAKE_OPTIONS = 1.11 parallel-tests distributiondir = $(datadir)/paludis/distributions/gentoo/ diff --git a/paludis/environments/Makefile.am b/paludis/environments/Makefile.am index 98fb71fd9..075675e74 100644 --- a/paludis/environments/Makefile.am +++ b/paludis/environments/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = . $(BUILD_ENVIRONMENTS) DIST_SUBDIRS = $(ALL_ENVIRONMENTS) -AUTOMAKE_OPTIONS = parallel-tests +AUTOMAKE_OPTIONS = 1.11 parallel-tests CLEANFILES = *~ gmon.out *.gcov *.gcno *.gcda *.loT *.epicfail MAINTAINERCLEANFILES = Makefile.in diff --git a/paludis/environments/test/Makefile.am b/paludis/environments/test/Makefile.am index a72ae49a1..e5b557678 100644 --- a/paludis/environments/test/Makefile.am +++ b/paludis/environments/test/Makefile.am @@ -7,7 +7,7 @@ DEFS= \ -DDATADIR=\"$(datadir)\" \ -DLIBDIR=\"$(libdir)\" -AUTOMAKE_OPTIONS = parallel-tests +AUTOMAKE_OPTIONS = 1.11 parallel-tests libpaludistestenvironment_la_SOURCES = \ test_environment.cc test_environment.hh \ diff --git a/paludis/fetchers/demos/Makefile.am b/paludis/fetchers/demos/Makefile.am index 9415207a9..3ba1ccf59 100644 --- a/paludis/fetchers/demos/Makefile.am +++ b/paludis/fetchers/demos/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = . DEMOS = \ docurl -AUTOMAKE_OPTIONS = parallel-tests +AUTOMAKE_OPTIONS = 1.11 parallel-tests MAINTAINERCLEANFILES = Makefile.in CLEANFILES = *~ gmon.out *.gcov *.gcno *.gcda *.loT *.o *.so *.epicfail diff --git a/paludis/repositories/cran/cran/Makefile.am b/paludis/repositories/cran/cran/Makefile.am index 442a71bcb..3d0f5c339 100644 --- a/paludis/repositories/cran/cran/Makefile.am +++ b/paludis/repositories/cran/cran/Makefile.am @@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in CLEANFILES = *~ *.epicfail SUBDIRS = . -AUTOMAKE_OPTIONS = parallel-tests +AUTOMAKE_OPTIONS = 1.11 parallel-tests libexecprogdir = $(libexecdir)/paludis/ diff --git a/paludis/repositories/e/eapis/Makefile.am b/paludis/repositories/e/eapis/Makefile.am index afc01762a..d6bb57c3e 100644 --- a/paludis/repositories/e/eapis/Makefile.am +++ b/paludis/repositories/e/eapis/Makefile.am @@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in CLEANFILES = *~ gmon.out *.gcov *.gcno *.gcda *.loT .keep *.epicfail SUBDIRS = -AUTOMAKE_OPTIONS = parallel-tests +AUTOMAKE_OPTIONS = 1.11 parallel-tests eapis = \ 0.conf \ |