Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile/files: libsndfile-1.0.17-autotools.patch
Date: Mon, 21 Apr 2008 07:15:37
Message-Id: E1JnqFS-0004xZ-RS@stork.gentoo.org
1 vapier 08/04/21 07:15:34
2
3 Added: libsndfile-1.0.17-autotools.patch
4 Log:
5 Fixup errors in autotool code caught by libtool-2.2 #218666 by Lars (Polynomial-C).
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.1 media-libs/libsndfile/files/libsndfile-1.0.17-autotools.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/files/libsndfile-1.0.17-autotools.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/files/libsndfile-1.0.17-autotools.patch?rev=1.1&content-type=text/plain
13
14 Index: libsndfile-1.0.17-autotools.patch
15 ===================================================================
16 we use the functions provided by these macros, so make sure we call them
17
18 http://bugs.gentoo.org/218666
19
20 --- configure.ac
21 +++ configure.ac
22 @@ -31,6 +31,8 @@
23 SHARED_VERSION_INFO="1:17:0"
24
25 AC_PROG_CC
26 +AM_PROG_CC_C_O
27 +AC_PROG_CXX
28 AM_PROG_LIBTOOL
29
30 AC_CHECK_PROG(autogen, autogen, yes, no)
31
32
33
34 --
35 gentoo-commits@l.g.o mailing list