summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-03-23 08:03:46 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-03-23 08:03:46 (GMT)
commita415a179c8624d14c3892a552b509a660e766503 (patch)
tree9511c2596d4f225620927d0c050df0676efc4b95 /src
parentf92f8bf2bc8c86c8f2e34c853380fa7612c0d3dc (diff)
downloadmxe-a415a179c8624d14c3892a552b509a660e766503.zip
mxe-a415a179c8624d14c3892a552b509a660e766503.tar.gz
mxe-a415a179c8624d14c3892a552b509a660e766503.tar.bz2
package json-c: replace deprectaed AM_CONFIG_HEADER with
AC_CONFIG_HEADERS
Diffstat (limited to 'src')
-rw-r--r--src/json-c-3-fix-am-header.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/json-c-3-fix-am-header.patch b/src/json-c-3-fix-am-header.patch
new file mode 100644
index 0000000..88686ea
--- /dev/null
+++ b/src/json-c-3-fix-am-header.patch
@@ -0,0 +1,18 @@
+This file is part of MXE.
+See index.html for further information.
+
+diff -ur json-c-0.10.orig/configure.in json-c-0.10/configure.in
+--- json-c-0.10.orig/configure.in 2013-03-23 18:58:41.000000000 +1100
++++ json-c-0.10/configure.in 2013-03-23 18:59:33.000000000 +1100
+@@ -12,8 +12,8 @@
+ # Checks for libraries.
+
+ # Checks for header files.
+-AM_CONFIG_HEADER(config.h)
+-AM_CONFIG_HEADER(json_config.h)
++AC_CONFIG_HEADERS(config.h)
++AC_CONFIG_HEADERS(json_config.h)
+ AC_HEADER_STDC
+ AC_CHECK_HEADERS(fcntl.h limits.h strings.h syslog.h unistd.h [sys/param.h] stdarg.h)
+ AC_CHECK_HEADER(inttypes.h,[AC_DEFINE([JSON_C_HAVE_INTTYPES_H],[1],[Public define for json_inttypes.h])])
+