* configure.ac (AM_INIT_AUTOMAKE): Add option `parallel-tests'.
---
ChangeLog | 6 ++++++
configure.ac | 3 ++-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d0067c1..38ca80e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-26 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Enable parallel tests.
+
+ * configure.ac (AM_INIT_AUTOMAKE): Add option `parallel-tests'.
+
2010-04-22 Roland Levillain <roland(a)lrde.epita.fr>
Simplify build_unit_test.sh thanks to AM_DEFAULT_SOURCE_EXT.
diff --git a/configure.ac b/configure.ac
index 80207df..7454a26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,8 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_FILES([build-aux/Makefile])
# Automake.
-AM_INIT_AUTOMAKE([1.11 subdir-objects check-news dist-bzip2 nostdinc -Wall])
+AM_INIT_AUTOMAKE([1.11 subdir-objects check-news dist-bzip2
+ nostdinc parallel-tests -Wall])
# Package metadata.
AC_CONFIG_FILES([milena/mln/version.hh])
--
1.5.6.5