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

gentoo.spec

index f27180dd3d323cdf91e2c935a52ea0302bbe502e..4e8e37c0144badb8841dc90ed029071282956119 100644 (file)
@@ -49,8 +49,8 @@ troch
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.088161 seconds and 4 git commands to generate.