* Fix gtk-sato-engine build with automake-1.13
@ 2013-02-08 21:08 Marko Lindqvist
2013-02-08 21:22 ` Gary Thomas
0 siblings, 1 reply; 4+ messages in thread
From: Marko Lindqvist @ 2013-02-08 21:08 UTC (permalink / raw)
To: yocto
[PATCH] configure.ac: fix build with automake-1.13
- ML
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Fix gtk-sato-engine build with automake-1.13
2013-02-08 21:08 Fix gtk-sato-engine build with automake-1.13 Marko Lindqvist
@ 2013-02-08 21:22 ` Gary Thomas
2013-02-08 21:49 ` Marko Lindqvist
0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2013-02-08 21:22 UTC (permalink / raw)
To: yocto
On 2013-02-08 14:08, Marko Lindqvist wrote:
> [PATCH] configure.ac: fix build with automake-1.13
Patch seems to be missing
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Fix gtk-sato-engine build with automake-1.13
2013-02-08 21:22 ` Gary Thomas
@ 2013-02-08 21:49 ` Marko Lindqvist
2013-02-11 10:20 ` Burton, Ross
0 siblings, 1 reply; 4+ messages in thread
From: Marko Lindqvist @ 2013-02-08 21:49 UTC (permalink / raw)
To: Gary Thomas; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 288 bytes --]
On 8 February 2013 23:22, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2013-02-08 14:08, Marko Lindqvist wrote:
>>
>> [PATCH] configure.ac: fix build with automake-1.13
>
> Patch seems to be missing
This time inlining it to this email. Hope it makes through this way.
- ML
[-- Attachment #2: 0001-configure.ac-fix-build-with-automake-1.13.patch --]
[-- Type: application/octet-stream, Size: 841 bytes --]
From 0d505768ffbfae9c383553c016805aba06381347 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Fri, 8 Feb 2013 23:03:31 +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 ca92b86..eb38de2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,10 @@
AC_INIT([sato-engine], [0.3.1])
AC_CONFIG_SRCDIR([README])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE
AC_PROG_CC
-AM_PROG_CC_STDC
AC_PROG_INSTALL
AC_PROG_MAKE_SET
--
1.7.10.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: Fix gtk-sato-engine build with automake-1.13
2013-02-08 21:49 ` Marko Lindqvist
@ 2013-02-11 10:20 ` Burton, Ross
0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2013-02-11 10:20 UTC (permalink / raw)
To: Marko Lindqvist; +Cc: yocto
On 8 February 2013 21:49, Marko Lindqvist <cazfi74@gmail.com> wrote:
> On 8 February 2013 23:22, Gary Thomas <gary@mlbassoc.com> wrote:
>> On 2013-02-08 14:08, Marko Lindqvist wrote:
>>>
>>> [PATCH] configure.ac: fix build with automake-1.13
>>
>> Patch seems to be missing
>
> This time inlining it to this email. Hope it makes through this way.
Pushed to master of gtk-sato-engine.
Ross
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-02-11 10:20 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:08 Fix gtk-sato-engine build with automake-1.13 Marko Lindqvist
2013-02-08 21:22 ` Gary Thomas
2013-02-08 21:49 ` Marko Lindqvist
2013-02-11 10:20 ` 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.