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

balsa.spec

index c910a9002a74cf1c346487743bcc5a3b948d8f80..d48834e734f3da5ded3bb82abed3ea0356672dc8 100644 (file)
@@ -71,12 +71,12 @@ Suporta caixas de correio locais, POP3 a IMAP.
 libtoolize --copy --force
 gettextize --copy --force
 aclocal -I macros
-autoconf
+%{__autoconf}
 rm -f missing
-automake -a -c -f
+%{__automake}
 (cd libmutt
 aclocal
-autoconf
+%{__autoconf}
 automake -a -c)
 %configure \
        --enable-system-install \
This page took 0.037973 seconds and 4 git commands to generate.