Magellan Linux

Contents of /trunk/libsndfile/patches/libsndfile-1.0.17-libtool22.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 744 - (show annotations) (download)
Sun Dec 28 22:46:11 2008 UTC (15 years, 4 months ago) by niro
File size: 291 byte(s)
added fix for libtool-2

1 we use the functions provided by these macros, so make sure we call them
2
3 http://bugs.gentoo.org/218666
4
5 --- configure.ac
6 +++ configure.ac
7 @@ -31,6 +31,8 @@
8 SHARED_VERSION_INFO="1:17:0"
9
10 AC_PROG_CC
11 +AM_PROG_CC_C_O
12 +AC_PROG_CXX
13 AM_PROG_LIBTOOL
14
15 AC_CHECK_PROG(autogen, autogen, yes, no)