diff options
author | 2010-01-07 05:57:53 +0100 | |
---|---|---|
committer | 2010-01-07 05:58:03 +0100 | |
commit | a48da1e7a214dbfaaaeab24d65a02e097ac8f153 (patch) | |
tree | 6c45e8c4521d113180eca6a5de9bf9c801397413 /bash-completion | |
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 'bash-completion')
-rw-r--r-- | bash-completion/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/Makefile.am b/bash-completion/Makefile.am index fac468a01..1b33f4749 100644 --- a/bash-completion/Makefile.am +++ b/bash-completion/Makefile.am @@ -5,7 +5,7 @@ noinst_DATA = paludis adjutrix \ importare EXTRA_DIST = $(noinst_DATA) -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 |