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

fribidi.spec

index c81cb7e57134709086755b83197936f3781d1798..a1212a06263e62493b266504bd595e3c52c5159d 100644 (file)
@@ -59,8 +59,8 @@ rm -f acinclude.m4
 libtoolize --force --copy
 aclocal
 autoheader
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.086502 seconds and 4 git commands to generate.