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

autounit.spec

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