Get rid of all references to the bootstrap script since it was removed
[synfig.git] / synfig-studio / trunk / macosxbuild.sh
index d4758e8..6dcfcbe 100755 (executable)
@@ -27,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