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

gtkstep.spec

index 2a1afd6f27323d0988b5d6ab53093c094e2f1e19..ca41880079727767b75d75c0a91a261285487b25 100644 (file)
@@ -31,8 +31,8 @@ NEXTSTEP(tm).
 rm -f missing
 libtoolize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.078273 seconds and 4 git commands to generate.