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