summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez/bluez4-4.101/obsolete_automake_macros.patch
blob: 1068f2482a0bb85b0dea60d1faa037fbf9d1af22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Upstream-Status: Backport

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
diff -Nurd bluez-4.101/configure.ac bluez-4.101/configure.ac
--- bluez-4.101/configure.ac	2012-06-22 19:36:49.000000000 +0300
+++ bluez-4.101/configure.ac	2013-01-07 06:13:18.385888966 +0200
@@ -2,7 +2,7 @@
 AC_INIT(bluez, 4.101)

 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)

 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])