From 05ad2468666540712a6e37526e4cf6ab1f2d91db Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 17 Feb 2013 10:52:21 +0200 Subject: 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../oprofileui-server/obsolete_automake_macros.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-kernel/oprofile/oprofileui-server/obsolete_automake_macros.patch (limited to 'meta/recipes-kernel/oprofile/oprofileui-server') 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 @@ +Upstream-Status: Pending + +Signed-off-by: Marko Lindqvist +diff --git a/configure.ac b/configure.ac +index 2a7010b..62a177e 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -3,11 +3,10 @@ dnl Process this file with autoconf to produce a configure script. + AC_INIT(oprofileui, 0.2.0) + + AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + + AC_ISC_POSIX + AC_PROG_CC +-AM_PROG_CC_STDC + AC_HEADER_STDC + AC_PROG_RANLIB + AC_PROG_INTLTOOL -- cgit v1.2.3-54-g00ecf