SPECS: xmlbeansxx.spec - call autotools directly

pawelz pawelz at pld-linux.org
Sun Aug 3 01:12:04 CEST 2008


Author: pawelz                       Date: Sat Aug  2 23:12:04 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- call autotools directly

---- Files affected:
SPECS:
   xmlbeansxx.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/xmlbeansxx.spec
diff -u SPECS/xmlbeansxx.spec:1.9 SPECS/xmlbeansxx.spec:1.10
--- SPECS/xmlbeansxx.spec:1.9	Fri Aug  1 22:47:35 2008
+++ SPECS/xmlbeansxx.spec	Sun Aug  3 01:11:58 2008
@@ -88,7 +88,11 @@
 %setup -q
 
 %build
-./bootstrap
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
   %{!?with_log4cxx:--disable-log4cxx}
 %{__make}
@@ -145,6 +149,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2008/08/02 23:11:58  pawelz
+- call autotools directly
+
 Revision 1.9  2008/08/01 20:47:35  pawelz
 - up to 0.9.7
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xmlbeansxx.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list