X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fwin32build.sh;h=b78dbb9a9439038e16837e57a347c49dbef8e39a;hb=c627dcb7bcb9957fb3d7dd5c879ea5c70b5c9d02;hp=3e59f017c7537ae0e2a0d861113dc2f5e6bd173f;hpb=6d4afc6e7ab68522187e7c9108798dc9b6f0ff43;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