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

WindowMaker.spec

index 27be813c7c40472feef4af250562f533f877166a..3ef6a70e27358fea6238741b6a6a4ba2c46c5927 100644 (file)
@@ -224,13 +224,13 @@ done
 %build
 libtoolize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 cd %{name}-extra-%{extraver}
 libtoolize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 cd ..
 
 LINGUAS="cs de el es fi fr gl hr it ja ko nl no pl pt ro ru  \
@@ -259,7 +259,7 @@ touch WindowMaker/Defaults/W*.in
        CFLAGS="%{rpmcflags}" \
        LDFLAGS="%{rpmldflags}"
 
-autoconf
+%{__autoconf}
 cd %{name}-extra-%{extraver}
 %configure \
        --with-nlsdir=%{_datadir}/locale \
This page took 0.056981 seconds and 4 git commands to generate.