X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fmacosxbuild.sh;h=6dcfcbe61989be22d2226c0cfcb536822ecca4d3;hb=a93e9a8c03f239eb067331491d3a276c696b27ea;hp=d4758e8a3e732435cf12e2e6e48f8de124e87f06;hpb=d85b18fe6e3691c9b537ac1222bdc2884667b40d;p=synfig.git diff --git a/synfig-studio/trunk/macosxbuild.sh b/synfig-studio/trunk/macosxbuild.sh index d4758e8..6dcfcbe 100755 --- a/synfig-studio/trunk/macosxbuild.sh +++ b/synfig-studio/trunk/macosxbuild.sh @@ -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