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

autotrace.spec

index 4fd34f29bd771e29b83b9722b68bb82573019610..6e78e1f98e5a093cd9b7b0228f8d4694f801901f 100644 (file)
@@ -60,8 +60,8 @@ Biblioteka statyczna AutoTrace.
 %build
 libtoolize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-shared
 
This page took 0.118004 seconds and 4 git commands to generate.