libmicrohttpd: add patch to support automake-1.13

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-01-12 18:08:14 +01:00
parent b75fb782b0
commit 73164b62dc

View File

@ -0,0 +1,12 @@
diff -Naur libmicrohttpd-0.9.24/configure.ac libmicrohttpd-0.9.24.patch/configure.ac
--- libmicrohttpd-0.9.24/configure.ac 2012-12-25 19:36:51.000000000 +0100
+++ libmicrohttpd-0.9.24.patch/configure.ac 2013-01-12 03:26:44.632253887 +0100
@@ -23,7 +23,7 @@
AC_PREREQ(2.57)
AC_INIT([libmicrohttpd], [0.9.24],[libmicrohttpd@gnu.org])
AM_INIT_AUTOMAKE([silent-rules])
-AM_CONFIG_HEADER([MHD_config.h])
+AC_CONFIG_HEADERS([MHD_config.h])
AC_CONFIG_MACRO_DIR([m4])
AH_TOP([#define _GNU_SOURCE 1])