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

SDL_image.spec

index b654c361f9246d155e3faca1cafd60676578bd8d..04b649bc321e330d5907b6902b62d784712015fc 100644 (file)
@@ -78,8 +78,8 @@ Bibliotecas est
 rm -f missing acinclude.m4
 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.07125 seconds and 4 git commands to generate.