File presage-0.8.9-automake_1.12_abuild.patch of Package presage
Index: presage-0.8.9.beta20130208/Makefile.am
===================================================================
--- presage-0.8.9.beta20130208.orig/Makefile.am
+++ presage-0.8.9.beta20130208/Makefile.am
@@ -65,7 +65,7 @@ EXTRA_DIST = FAQ
# Ensure local m4 macros are included during autoreconf and automatic
# aclocal.m4 remaking
-ACLOCAL_AMFLAGS = -I m4
+#ACLOCAL_AMFLAGS = -I m4
# Build Debian package
Index: presage-0.8.9.beta20130208/configure.ac
===================================================================
--- presage-0.8.9.beta20130208.orig/configure.ac
+++ presage-0.8.9.beta20130208/configure.ac
@@ -23,7 +23,7 @@ dnl Process this file with autoconf to p
AC_INIT([presage],[0.8.9~beta],[matteo.vescovi@yahoo.co.uk])
-AM_INIT_AUTOMAKE([-Wall -Werror])
+AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability])
AC_CONFIG_SRCDIR([src/lib/presage.cpp])
AC_CONFIG_HEADERS([config.h:config.hin])