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

ac3dec.spec

index 4b5c0e7cf5e03401fbc6ba584c963af54a75d1c0..c2f3ad702ea010552a58f61c41573c7eac90dc84 100644 (file)
@@ -61,8 +61,8 @@ rm -f missing
 libtoolize --copy --force
 aclocal
 autoheader
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 
 %{__make}
This page took 0.066391 seconds and 4 git commands to generate.