]> git.pld-linux.org Git - packages/gcvs.git/commitdiff
- now builds on PPC
authorspeedy <speedy@pld-linux.org>
Mon, 15 Jul 2002 09:39:18 +0000 (09:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- recreate ac/am

Changed files:
    gcvs.spec -> 1.21

gcvs.spec

index 00a51edbae5993a551980bcb0b078914c1017dbc..0739d46b73cb9e0084e4fc684d4f0e6c88e2da70 100644 (file)
--- a/gcvs.spec
+++ b/gcvs.spec
@@ -34,14 +34,18 @@ Pozwala na wygodne operacje w CVS poprzez graficzny interfejs.
 
 %build
 CXXFLAGS="%{rpmcflags} %{!?debug:-fno-rtti}"
-%configure2_13
-%{__make}
 
 cd cvsunix
 %configure2_13
 %{__make}
 cd ..
 
+aclocal
+%{__autoconf}
+%{__automake}
+%configure2_13
+%{__make}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.132532 seconds and 4 git commands to generate.