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

transcode.spec

index 0d3878e5837946bdbc1424c5296bf1a163de3575..033af3cac3aa33826c744e4ba5fb1b53c1f17238 100644 (file)
@@ -41,8 +41,8 @@ Linuksowe narz
 
 %build
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
 --with-dv-includes=%{_prefix}/X11R6 \
 --with-dv-libs=%{_prefix}/X11R6 \
This page took 0.07869 seconds and 4 git commands to generate.