]> git.pld-linux.org Git - packages/bbsload.git/commitdiff
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
authorkloczek <kloczek@pld-linux.org>
Tue, 21 May 2002 23:12:42 +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:
    bbsload.spec -> 1.8

bbsload.spec

index e087109573f566867c413c0b8e0d5f49b7c42757..aa554adaca62019a099a4cf94491beecf2476a70 100644 (file)
@@ -33,8 +33,8 @@ mo
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make} CXX="%{__cc}"
 
This page took 0.058138 seconds and 4 git commands to generate.