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

Gforecast.spec

index 876fa9486e227a1dd755540e2245a234780e5a19..55e1f70110b8c03c27382b0cf83e69fe11ed49f9 100644 (file)
@@ -34,8 +34,8 @@ wy
 rm -rf missing
 gettextize --copy --force
 aclocal -I macros
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.346495 seconds and 4 git commands to generate.