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

dillo.spec

index 36f20f536cf754253d67c7d4fca1028ae5534b1a..830b8f8734c336f84ed28b44d573a7b3e9ca48e2 100644 (file)
@@ -31,8 +31,8 @@ sieci.
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
        CPPFLAGS="`pkg-config libpng12 --cflags`"
 fi
This page took 0.067074 seconds and 4 git commands to generate.