From 6700dbd4e68a23a8cb385b5a43c5d5e9ce3a4463 Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 4 Dec 2012 07:25:40 +0000 Subject: [PATCH] Removed obsolete (and apparently unneeded) AM_C_PROTOTYPES line, which breaks build under automake 1.12. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@46123 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- tools/MetaMake/configure.in | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/MetaMake/configure.in b/tools/MetaMake/configure.in index b966d55253..4b37056a8e 100644 --- a/tools/MetaMake/configure.in +++ b/tools/MetaMake/configure.in @@ -45,7 +45,6 @@ fi AC_MSG_RESULT($with_objfiles) dnl Checks for typedefs, structures, and compiler characteristics. -AM_C_PROTOTYPES AC_C_CONST AC_TYPE_SIZE_T -- 2.11.4.GIT