telepathy-logger: automake: use serial-tests

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Tue Sep 24 02:13:06 PDT 2013


Module: telepathy-logger
Branch: master
Commit: a81174c548cca49398f25a5d73f5b51e6a59950e
URL:    http://cgit.freedesktop.org/telepathy/telepathy-logger/commit/?id=a81174c548cca49398f25a5d73f5b51e6a59950e

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Mon Sep 23 15:40:30 2013 +0200

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

---

 configure.ac |    2 +-
 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



More information about the telepathy-commits mailing list