summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-23 15:40:30 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-23 15:59:19 +0200
commita81174c548cca49398f25a5d73f5b51e6a59950e (patch)
tree05999aa7f8785db17c54eb2d89fa3a94058ee00e
parent3c88392f00a9e8293bdf4d9f652e43d961838e0b (diff)
downloadtelepathy-logger-a81174c548cca49398f25a5d73f5b51e6a59950e.tar.gz
automake: use serial-tests
It's easier to use the old tests behavior for now. Bump the automake dep to 1.12 as that's the version which introduced this new option. https://bugs.freedesktop.org/show_bug.cgi?id=69715
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2920742..d710617 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,7 +87,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_AUX_DIR(.)
-AM_INIT_AUTOMAKE(1.9 dist-bzip2 no-define no-dist-gzip tar-ustar -Wno-portability)
+AM_INIT_AUTOMAKE(1.12 dist-bzip2 no-define no-dist-gzip tar-ustar -Wno-portability serial-tests)
AC_SEARCH_LIBS([strerror],[cposix])
AC_PROG_CC
AC_HEADER_STDC