diff options
author | 2010-01-07 05:57:53 +0100 | |
---|---|---|
committer | 2010-01-07 05:58:03 +0100 | |
commit | a48da1e7a214dbfaaaeab24d65a02e097ac8f153 (patch) | |
tree | 6c45e8c4521d113180eca6a5de9bf9c801397413 /src/clients/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 'src/clients/Makefile.am')
-rw-r--r-- | src/clients/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clients/Makefile.am b/src/clients/Makefile.am index d91386506..91968d2c8 100644 --- a/src/clients/Makefile.am +++ b/src/clients/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = . $(BUILD_CLIENTS) DIST_SUBDIRS = . $(ALL_CLIENTS) -AUTOMAKE_OPTIONS = parallel-tests +AUTOMAKE_OPTIONS = 1.11 parallel-tests CLEANFILES = *~ gmon.out *.gcov *.gcno *.gcda *.loT *.epicfail MAINTAINERCLEANFILES = Makefile.in |