dbus-glib: 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 17:53:11 +01:00
parent 05228a6d2f
commit 1612e82153

View File

@ -0,0 +1,12 @@
diff -Naur dbus-glib-0.100-old/configure.ac dbus-glib-0.100-new/configure.ac
--- dbus-glib-0.100-old/configure.ac 2012-06-25 09:26:39.000000000 -0700
+++ dbus-glib-0.100-new/configure.ac 2012-12-29 08:54:04.000000000 -0800
@@ -8,7 +8,7 @@
AM_INIT_AUTOMAKE([1.9])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
# Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"