]> git.pld-linux.org Git - packages/avifile.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:
    avifile.spec -> 1.89

avifile.spec

index 0e35b66b4187814000efc709f8366ebf40a40927..b008df203f1b344b2922ff0e2111f7f43be601de 100644 (file)
@@ -211,15 +211,15 @@ rm -f missing aclocal.m4
 libtoolize --copy --force
 aclocal
 autoheader
-autoconf
+%{__autoconf}
 automake -a -c --foreign
 
 cd plugins/libmad/libmad
-autoconf
+%{__autoconf}
 cd ../../..
 
 cd libmmxnow
-autoconf
+%{__autoconf}
 cd ..
 
 # This is The WRONG Way (tm)
This page took 0.035974 seconds and 4 git commands to generate.