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

ClanLib.spec

index b2968b0551f2b9f746f70aa952ef1287dd426270..2893adb48f5012e5f81db72c3d1849a494b0ee08 100644 (file)
@@ -166,7 +166,7 @@ potrzebne do kompilacji program
 %build
 # note: rtti is needed --- ClanLib uses exceptions!
 aclocal
-autoconf
+%{__autoconf}
 if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
        CFLAGS="%{rpmcflags} `pkg-config libpng12 --cflags`"; CXXFLAGS="$CFLAGS"
 fi
This page took 0.05061 seconds and 4 git commands to generate.