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

clanbomber.spec

index 1a95dd8add49c5574cd808c2ff809aed16de9923..ded8697028cd4b2d17dd06ac42f2f67182efa5e7 100644 (file)
@@ -40,8 +40,8 @@ niestety nie poprzez sie
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 # note: RTTI is needed --- clanbomber uses exceptions!
 CXXFLAGS="%{rpmcflags} -fno-implicit-templates"
 %configure --datadir=/usr/share/games
This page took 0.050625 seconds and 4 git commands to generate.