summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile/oprofileui-server
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-02-17 10:52:21 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-22 06:09:20 -0800
commit05ad2468666540712a6e37526e4cf6ab1f2d91db (patch)
tree24d8016258d087cc6f9cf38b1e1c8b19cbbf0292 /meta/recipes-kernel/oprofile/oprofileui-server
parent5eb6a4a35ea51c50255e8c13fc09e339bc698704 (diff)
downloadpoky-05ad2468666540712a6e37526e4cf6ab1f2d91db.tar.gz
oprofileui-server: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Removed AM_PROG_CC_STDC. AC_PROG_CC to replace it was already present. (From OE-Core rev: 254799258ead1b7a59c301ad2d3e3c7e5b9fb8db) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofileui-server')
-rw-r--r--meta/recipes-kernel/oprofile/oprofileui-server/obsolete_automake_macros.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui-server/obsolete_automake_macros.patch b/meta/recipes-kernel/oprofile/oprofileui-server/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..2f86f48fe6
--- /dev/null
+++ b/meta/recipes-kernel/oprofile/oprofileui-server/obsolete_automake_macros.patch
@@ -0,0 +1,20 @@
1Upstream-Status: Pending
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff --git a/configure.ac b/configure.ac
5index 2a7010b..62a177e 100644
6--- a/configure.ac
7+++ b/configure.ac
8@@ -3,11 +3,10 @@ dnl Process this file with autoconf to produce a configure script.
9 AC_INIT(oprofileui, 0.2.0)
10
11 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
12-AM_CONFIG_HEADER(config.h)
13+AC_CONFIG_HEADERS(config.h)
14
15 AC_ISC_POSIX
16 AC_PROG_CC
17-AM_PROG_CC_STDC
18 AC_HEADER_STDC
19 AC_PROG_RANLIB
20 AC_PROG_INTLTOOL