X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fwin32build.sh;h=b78dbb9a9439038e16837e57a347c49dbef8e39a;hb=a93e9a8c03f239eb067331491d3a276c696b27ea;hp=3e59f017c7537ae0e2a0d861113dc2f5e6bd173f;hpb=d85b18fe6e3691c9b537ac1222bdc2884667b40d;p=synfig.git diff --git a/synfig-studio/trunk/win32build.sh b/synfig-studio/trunk/win32build.sh index 3e59f01..b78dbb9 100755 --- a/synfig-studio/trunk/win32build.sh +++ b/synfig-studio/trunk/win32build.sh @@ -8,7 +8,7 @@ OPTIONS="$OPTIONS --enable-debug" BUILDDIR=win32build -[ -e configure ] || ./bootstrap || exit 1 +[ -e configure ] || autoreconf --force --install || exit 1 [ -d $BUILDDIR ] && rm -fr $BUILDDIR