]> git.pld-linux.org Git - packages/gdk-pixbuf.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:
    gdk-pixbuf.spec -> 1.56

gdk-pixbuf.spec

index bd0cf642e9e31c69d3bb4ac5ad27f80f2e0140b6..a858ffe7d0301b6383a8658c9f7a7ed2871f8e3f 100644 (file)
@@ -126,8 +126,8 @@ Cz
 rm -f missing
 libtoolize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
        CPPFLAGS="`pkg-config libpng12 --cflags`"
 fi
This page took 0.086788 seconds and 4 git commands to generate.