Author: qboosh                       Date: Thu Jul 20 06:33:46 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- full ac/am/lt rebuild, now builds with autoconf 2.60

---- Files affected:
SPECS:
   libtorrent.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: SPECS/libtorrent.spec
diff -u SPECS/libtorrent.spec:1.31 SPECS/libtorrent.spec:1.32
--- SPECS/libtorrent.spec:1.31  Thu Jul 13 17:02:51 2006
+++ SPECS/libtorrent.spec       Thu Jul 20 08:33:41 2006
@@ -15,9 +15,10 @@
 Patch0:                %{name}-inttypes.patch
 Patch1:                %{name}-static_libs.patch
 URL:           http://libtorrent.rakshasa.no/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: libsigc++-devel >= 2.0
+BuildRequires: libtool >= 2:1.5
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -66,10 +67,15 @@
 %patch0 -p1
 %patch1 -p1
 
+# from libtool 1.9f, autoconf 2.60 can't stand it (endless recursion)
+rm -f scripts/{libtool,lt*}.m4
+
 %build
+%{__libtoolize}
 %{__aclocal} -I scripts
 %{__autoconf}
-cp /usr/share/automake/config.sub .
+%{__autoheader}
+%{__automake}
 
 %configure \
        --%{?debug:en}%{!?debug:dis}able-debug \
@@ -113,6 +119,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2006/07/20 06:33:41  qboosh
+- full ac/am/lt rebuild, now builds with autoconf 2.60
+
 Revision 1.31  2006/07/13 15:02:51  pluto
 - don't turn off -static. fix build!
 - release 2.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libtorrent.spec?r1=1.31&r2=1.32&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to