All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix oprofileui build with automake-1.13
@ 2013-02-08 21:47 Marko Lindqvist
  2013-02-18 17:31 ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Marko Lindqvist @ 2013-02-08 21:47 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 7 bytes --]

 - ML

[-- Attachment #2: 0001-configure.ac-fix-build-with-automake-1.13.patch --]
[-- Type: application/octet-stream, Size: 939 bytes --]

From 9e83584700f7c3dddc5528e4a42aae42ecbb7d75 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Fri, 8 Feb 2013 23:40:46 +0200
Subject: [PATCH] configure.ac: fix build with automake-1.13

Replace AM_CONFIG_HEADER removed from automake-1.13 with
AC_CONFIG_HEADERS. Remove AM_PROG_CC_STDC completely as there
is already equivalent AC_PROG_CC.

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 configure.ac |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Fix oprofileui build with automake-1.13
  2013-02-08 21:47 [PATCH] Fix oprofileui build with automake-1.13 Marko Lindqvist
@ 2013-02-18 17:31 ` Burton, Ross
  2013-02-18 17:33   ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2013-02-18 17:31 UTC (permalink / raw)
  To: Marko Lindqvist; +Cc: yocto

Hi Marko,

Merged to oprofileui master, thanks.

Ross


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Fix oprofileui build with automake-1.13
  2013-02-18 17:31 ` Burton, Ross
@ 2013-02-18 17:33   ` Burton, Ross
  2013-02-19 11:17     ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2013-02-18 17:33 UTC (permalink / raw)
  To: Marko Lindqvist; +Cc: yocto

On 18 February 2013 17:31, Burton, Ross <ross.burton@intel.com> wrote:
> Merged to oprofileui master, thanks.

I lie - I don't have permission to push there.  I'll find someone who
either can push or can give me access to push.

Ross


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Fix oprofileui build with automake-1.13
  2013-02-18 17:33   ` Burton, Ross
@ 2013-02-19 11:17     ` Burton, Ross
  0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2013-02-19 11:17 UTC (permalink / raw)
  To: Marko Lindqvist; +Cc: yocto

On 18 February 2013 17:33, Burton, Ross <ross.burton@intel.com> wrote:
> On 18 February 2013 17:31, Burton, Ross <ross.burton@intel.com> wrote:
>> Merged to oprofileui master, thanks.
>
> I lie - I don't have permission to push there.  I'll find someone who
> either can push or can give me access to push.

Actually pushed now, thanks Marko.

Ross


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-02-19 11:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-08 21:47 [PATCH] Fix oprofileui build with automake-1.13 Marko Lindqvist
2013-02-18 17:31 ` Burton, Ross
2013-02-18 17:33   ` Burton, Ross
2013-02-19 11:17     ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.