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

alsa-utils.spec

index c142365761e7c862cf59dac5025def5a37cba34b..69208a2d9319973e1c475cb6597451db9e5a4df5 100644 (file)
@@ -92,8 +92,8 @@ Utilit
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
 %configure
This page took 0.037565 seconds and 4 git commands to generate.