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

gd.spec

diff --git a/gd.spec b/gd.spec
index 21bea8cfe8c241b5c808bcd4d23bfa1b8f162574..8d3a2186b4800caf43071263804b4261f20543f8 100644 (file)
--- a/gd.spec
+++ b/gd.spec
@@ -130,8 +130,8 @@ para uso pelos programas que usam a libgd.
 %build
 libtoolize --copy --force
 aclocal
-automake -a -c -f
-autoconf
+%{__automake}
+%{__autoconf}
 if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
        CPPFLAGS="`pkg-config libpng12 --cflags`"
 fi
This page took 0.0629 seconds and 4 git commands to generate.