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

amanda.spec

index 372ea70c86314bfb3394a2fc008b14ed4a4eb6b6..92cec9430ec7b97b0848c82920cfdb60fe0e6b11 100644 (file)
@@ -140,10 +140,10 @@ typu streamer).
 %build
 libtoolize --copy --force
 aclocal
-autoconf
+%{__autoconf}
 touch COPYING
 rm -f missing
-automake -a -c -f
+%{__automake}
 %configure \
        --disable-static \
        --enable-shared \
This page took 0.142647 seconds and 4 git commands to generate.