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

dhcpcd.spec

index b6ba6e9e4e107d2a9fc18cab7e4c3f0b96edf40c..2b59856c56d9f56719dac6040887a4bb2fcfa307 100644 (file)
@@ -71,8 +71,8 @@ kira zaman
 
 %build
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 
 %configure
 %{__make}
This page took 0.06406 seconds and 4 git commands to generate.