X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fwin32build.sh;h=b78dbb9a9439038e16837e57a347c49dbef8e39a;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=6d657dd92b92611d983f8d4c139abd7d5878dc3a;hpb=8e57c3c48d8c89f8d98457ffb5a53740cc6bbd91;p=synfig.git diff --git a/synfig-studio/trunk/win32build.sh b/synfig-studio/trunk/win32build.sh index 6d657dd..b78dbb9 100755 --- a/synfig-studio/trunk/win32build.sh +++ b/synfig-studio/trunk/win32build.sh @@ -4,12 +4,11 @@ OPTIONS="" OPTIONS="$OPTIONS --disable-optimization" #OPTIONS="$OPTIONS --disable-debug" OPTIONS="$OPTIONS --enable-debug" -#OPTIONS="$OPTIONS --enable-license-key" BUILDDIR=win32build -[ -e configure ] || ./bootstrap || exit 1 +[ -e configure ] || autoreconf --force --install || exit 1 [ -d $BUILDDIR ] && rm -fr $BUILDDIR