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

librsync.spec

index 7135d170d5c455ed54dc51dd2631605c64a61198..af41c62fac20b0828597ab7be3584d96916728a4 100644 (file)
@@ -73,8 +73,8 @@ rm -f missing
 libtoolize --copy --force
 gettextize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-shared
 
This page took 0.121944 seconds and 4 git commands to generate.