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

dame.spec

index 286163fbf3ddd7b49cbc3dd34110ee6237e89799..c0dcfe87dc0433758424cf55e25bc0320609790c 100644 (file)
--- a/dame.spec
+++ b/dame.spec
@@ -47,8 +47,8 @@ rm -f missing acinclude.m4
 gettextize --copy --force
 libtoolize --copy --force
 aclocal -I macros
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.059036 seconds and 4 git commands to generate.