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

cvs.spec

index 22ab9fb0323d97b145d6fb3db8a5ed0b3cadc049..bbc39a097a9eb117eadc15e21f446b1bb9b17d92 100644 (file)
--- a/cvs.spec
+++ b/cvs.spec
@@ -151,8 +151,8 @@ pserver.
 rm -f missing
 aclocal
 autoheader
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-server \
        --enable-client
This page took 0.088883 seconds and 4 git commands to generate.