X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fmacosxbuild.sh;h=6dcfcbe61989be22d2226c0cfcb536822ecca4d3;hb=a93e9a8c03f239eb067331491d3a276c696b27ea;hp=7b80edc9b3437f4654620de04c911619bf09f780;hpb=0c2b7e48750351e8f3d39885dd1e2c2b73551523;p=synfig.git diff --git a/synfig-studio/trunk/macosxbuild.sh b/synfig-studio/trunk/macosxbuild.sh index 7b80edc..6dcfcbe 100755 --- a/synfig-studio/trunk/macosxbuild.sh +++ b/synfig-studio/trunk/macosxbuild.sh @@ -6,7 +6,6 @@ PREFIX=/Users/darco/Projects/Voria/synfig-build export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig:/usr/lib/pkgconfig:/usr/X11R6/lib/pkgconfig export MACOSX_DEPLOYMENT_TARGET=10.4 OPTIONS="--prefix=$PREFIX" -#OPTIONS="$OPTIONS --enable-timelimit=120" OPTIONS="$OPTIONS --enable-optimization=2" #OPTIONS="$OPTIONS --enable-optimization=3 --enable-g5opt" #OPTIONS="$OPTIONS --disable-optimization" @@ -28,7 +27,7 @@ CPP="gcc -E" CXXCPP="g++ -E" -[ -e configure ] || ./bootstrap || exit 1 +[ -e configure ] || autoreconf --force --install || exit 1 [ -d $BUILDDIR ] && rm -fr $BUILDDIR