Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-voip/linphone/files: linphone-3.5.2-automake-1.13.patch
Date: Sun, 29 Sep 2013 16:06:40
Message-Id: 20130929160634.7EE4420034@flycatcher.gentoo.org
1 hasufell 13/09/29 16:06:34
2
3 Added: linphone-3.5.2-automake-1.13.patch
4 Log:
5 fix automake-1.13 warnings wrt #468808
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.1 net-voip/linphone/files/linphone-3.5.2-automake-1.13.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/files/linphone-3.5.2-automake-1.13.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/files/linphone-3.5.2-automake-1.13.patch?rev=1.1&content-type=text/plain
14
15 Index: linphone-3.5.2-automake-1.13.patch
16 ===================================================================
17 Author: hasufell <hasufell@g.o>
18 Date: Sun Sep 29 17:41:02 2013 +0200
19
20 remove obsolete macro
21
22 AC_PROG_CC is already called anyway
23
24 diff --git a/configure.ac b/configure.ac
25 index 22bc235..81f6277 100644
26 --- a/configure.ac
27 +++ b/configure.ac
28 @@ -39,7 +39,6 @@ AC_ISC_POSIX
29 AC_PROG_CC
30 AC_PROG_CXX
31 AC_C_INLINE
32 -AM_PROG_CC_STDC
33 AC_HEADER_STDC
34 AM_PROG_CC_C_O
35 AC_CHECK_PROGS(MD5SUM,[md5sum md5])