SPECS: pth.spec - no aclocal call

qboosh qboosh at pld-linux.org
Fri Oct 20 13:02:25 CEST 2006


Author: qboosh                       Date: Fri Oct 20 11:02:25 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no aclocal call

---- Files affected:
SPECS:
   pth.spec (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: SPECS/pth.spec
diff -u SPECS/pth.spec:1.32 SPECS/pth.spec:1.33
--- SPECS/pth.spec:1.32	Wed Oct 11 12:27:12 2006
+++ SPECS/pth.spec	Fri Oct 20 13:02:19 2006
@@ -71,9 +71,9 @@
 %patch0 -p1
 
 %build
-cp -f /usr/share/automake/config.* .
+# no aclocal call: aclocal.m4 contains only local macros, libtool.m4 is included from configure.in
+cp -f /usr/share/automake/config.* /usr/share/aclocal/libtool.m4 .
 %{__libtoolize}
-%{__aclocal}
 %{__autoheader}
 %{__autoconf}
 %configure \
@@ -123,6 +123,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.33  2006/10/20 11:02:19  qboosh
+- no aclocal call
+
 Revision 1.32  2006/10/11 10:27:12  qboosh
 - added nolibs patch (kill unnecessary libs from `pth-config --libs --all`)
 - release 2
================================================================

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



More information about the pld-cvs-commit mailing list