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

byacc.spec

index bf8a65976ef091363c41e9079584819b80645b3e..97df156f3eb885dabb92f26903ba7b37868a3fb8 100644 (file)
@@ -67,8 +67,8 @@ chmod -R u+Xrw .
 %build
 aclocal
 autoheader
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.028459 seconds and 4 git commands to generate.