changeset 2578:c5f4434a1c2b

package agg: automake 1.12 compatibility
author Mark Brand <mabrand@mabrand.nl>
date Tue, 12 Jun 2012 17:07:30 +0200
parents d1569d04b337
children 0239d613b455
files src/agg-1-fixes.patch
diffstat 1 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/agg-1-fixes.patch	Tue Jun 12 17:07:30 2012 +0200
@@ -0,0 +1,27 @@
+This file is part of MXE.
+See index.html for further information.
+
+From 2617d6a743ad197dc7ae0278a9c7015cc7dff61f Mon Sep 17 00:00:00 2001
+From: Mark Brand <mabrand@mabrand.nl>
+Date: Tue, 12 Jun 2012 17:05:49 +0200
+Subject: [PATCH] automake 1.12 compatibility fix
+
+---
+ configure.in |    1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/configure.in b/configure.in
+index fceca82..317e17b 100644
+--- a/configure.in
++++ b/configure.in
+@@ -8,7 +8,6 @@ dnl Checks for programs.
+ AC_PROG_CC
+ AC_PROG_CXX
+ AC_ISC_POSIX
+-AM_C_PROTOTYPES
+ if test "x$U" != "x"; then
+   AC_MSG_ERROR(Compiler not ANSI compliant)
+ fi
+-- 
+1.7.10.4
+