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

sed.spec

index 9ca809416f5f0061dd48d3066b25b8aad80ccfc7..7b207fb3aa408ca1b277c59241b63f7eb2315031 100644 (file)
--- a/sed.spec
+++ b/sed.spec
@@ -102,8 +102,8 @@ sed (Stream EDitor) - 
 rm -f missing
 aclocal
 autoheader
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 
 %{__make}
This page took 0.098574 seconds and 4 git commands to generate.