From a81174c548cca49398f25a5d73f5b51e6a59950e Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 23 Sep 2013 15:40:30 +0200 Subject: [PATCH 1/4] 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 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1