Get rid of all references to the bootstrap script since it was removed
[synfig.git] / synfig-core / trunk / macosxbuild.sh
index bc418b9..702ce31 100755 (executable)
@@ -37,7 +37,7 @@ CXXCPP="g++ -E"
 
 BUILDDIR=macosxbuild
 
-[ -e configure ] || ./bootstrap || exit 1
+[ -e configure ] || ( libtoolize --ltdl --copy --force && autoreconf --force --install ) || exit 1
 
 [ -d $BUILDDIR ] && rm -fr $BUILDDIR