]> git.pld-linux.org Git - packages/csmash.git/commitdiff
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
authorkloczek <kloczek@pld-linux.org>
Tue, 21 May 2002 23:12:46 +0000 (23:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
             s/^automake -a -c -f/\%\{__automake\}/; \
     s/^autoconf/\%\{__autoconf\}/"

Changed files:
    csmash.spec -> 1.11

csmash.spec

index d8841f090705ea0bf1e87e2b1214f36bec025b8b..418c622982054796b90888f80b1806c5910e24a5 100644 (file)
@@ -37,8 +37,8 @@ przedstawienie r
 %build
 rm -f acinclude.m4 missing
 aclocal
-autoconf
-automake -a -c -f -i
+%{__autoconf}
+%{__automake} -i
 %configure
 %{__make}
 
This page took 0.032526 seconds and 4 git commands to generate.