forked from pool/bluez
9f24348bf6
add bluez-4.101-new-automake.diff, fix build with automake-1.13.1 OBS-URL: https://build.opensuse.org/request/show/156839 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=137
17 lines
382 B
Diff
17 lines
382 B
Diff
Index: b/configure.ac
|
|
===================================================================
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1,10 +1,10 @@
|
|
AC_PREREQ(2.60)
|
|
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])])
|
|
|
|
AM_MAINTAINER_MODE
|
|
|