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

extace.spec

index f91bd57714f324d0ece2eb1dacd80cc82ecd660b..37903795658c9894c057c2d063a173b5202eac25 100644 (file)
@@ -43,9 +43,9 @@ oraz The Rasterman.
 %build
 libtoolize --copy --force
 aclocal
-autoconf
+%{__autoconf}
 rm -f missing
-automake -a -c -f
+%{__automake}
 %configure \
        --disable-debug \
 %ifarch sparc sparc64
This page took 0.06318 seconds and 4 git commands to generate.