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

irssi.spec

index 815f16a919a6016c2173b907773442a11a176115..fde7e5056acd2a9afc35baf84de98686f2f79f0e 100644 (file)
@@ -45,8 +45,8 @@ Irssi jest tekstowym klientem IRC ze wsparciem dla IPv6.
 rm -f missing
 libtoolize --copy --force
 aclocal -I .
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --without-socks \
        --with-bot \
This page took 0.140857 seconds and 4 git commands to generate.