X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftags%2Fstable%2Fwin32build.sh;h=b78dbb9a9439038e16837e57a347c49dbef8e39a;hb=a5b64ccd7b1f07a83e9f2c8d93a4e7d2a28209a4;hp=6d657dd92b92611d983f8d4c139abd7d5878dc3a;hpb=f6184c2a9c2245aae802c31c8f3300e1b744359c;p=synfig.git diff --git a/synfig-studio/tags/stable/win32build.sh b/synfig-studio/tags/stable/win32build.sh index 6d657dd..b78dbb9 100755 --- a/synfig-studio/tags/stable/win32build.sh +++ b/synfig-studio/tags/stable/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