From f1c969116cdddd6b59853fda1ee1120726344220 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 19 May 2013 12:48:51 +0200 Subject: HACK: Use automake 1.8.5 as available on maemo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7b6c1706..6358ee58 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ if test "$enable_release_mode" = "yes"; then AC_DEFINE(SYNCEVOLUTION_STABLE_RELEASE, 1, [binary is meant for end-users]) fi -AM_INIT_AUTOMAKE([1.11.1 tar-ustar silent-rules subdir-objects -Wno-portability]) +AM_INIT_AUTOMAKE([1.8.5 subdir-objects -Wno-portability]) AM_PROG_CC_C_O -- cgit v1.2.3