blob: 103681641fca7fcd8b1ec2b8a199ace72daf07f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] [packages-commits] [407099] fix build with recent automake
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bpackages-commits%5D%20%5B407099%5D%20fix%20build%20with%20recent%0A%09automake&In-Reply-To=%3C20130402022747.6dadc6c5%40SuperSize.eslrahc.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="024123.html">
<LINK REL="Next" HREF="024070.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] [packages-commits] [407099] fix build with recent automake</H1>
<B>Charles A Edwards</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bpackages-commits%5D%20%5B407099%5D%20fix%20build%20with%20recent%0A%09automake&In-Reply-To=%3C20130402022747.6dadc6c5%40SuperSize.eslrahc.com%3E"
TITLE="[Mageia-dev] [packages-commits] [407099] fix build with recent automake">CAE at eslrahc.com
</A><BR>
<I>Tue Apr 2 08:27:47 CEST 2013</I>
<P><UL>
<LI>Previous message: <A HREF="024123.html">[Mageia-dev] Update to boost-1.53 ?
</A></li>
<LI>Next message: <A HREF="024070.html">[Mageia-dev] [packages-commits] [407099] fix build with recent automake
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#24063">[ date ]</a>
<a href="thread.html#24063">[ thread ]</a>
<a href="subject.html#24063">[ subject ]</a>
<a href="author.html#24063">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Tue, 2 Apr 2013 08:10:56 +0200 (CEST)
<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A> wrote:
><i> ++++ syncevolution-1.3.99.3/src/synthesis/configure.in
</I>><i> 2013-04-02 00:21:58.192768860 +0200 +@@ -5,7 +5,7 @@
</I>><i> + # four digit upstream version, one additional digit for
</I>><i> + # Linux/SyncEvolution specific extensions:
</I>><i> + AM_INIT_AUTOMAKE(synthesis, 3.4.0.16.8)
</I>><i> +-AM_CONFIG_HEADER(config.h)
</I>><i> ++AC_CONFIG_HEADER(config.h)
</I>
Was this a typo?
Shouldn't it be AC_CONFIG_HEADERS(config.h)
Charles
--
You can't push a horse on a lunge line
-- Murphy's Horse Laws n°11
----------------------
Mageia release 3 (Cauldron) for x86_64$
On SuperSize....<A HREF="http://www.eslrahc.com">http://www.eslrahc.com</A>
Registered Linux user #182463
3.8.5-server-1.mga3 x86_64
----------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: </pipermail/mageia-dev/attachments/20130402/78554c61/attachment.asc>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="024123.html">[Mageia-dev] Update to boost-1.53 ?
</A></li>
<LI>Next message: <A HREF="024070.html">[Mageia-dev] [packages-commits] [407099] fix build with recent automake
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#24063">[ date ]</a>
<a href="thread.html#24063">[ thread ]</a>
<a href="subject.html#24063">[ subject ]</a>
<a href="author.html#24063">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|