]> git.pld-linux.org Git - packages/SDLmm.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:
    SDLmm.spec -> 1.8

SDLmm.spec

index 89c9a57a090d5165e1fe6c11f0d9851c32c1190e..62b48585dc4f0ce340c1640ebc2f38867220b810 100644 (file)
@@ -58,8 +58,8 @@ Statyczne biblioteki SDL_image.
 rm -f missing
 libtoolize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure 
 %{__make}
 
This page took 0.02482 seconds and 4 git commands to generate.