X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fwin32build.sh;h=921c32c6817cf346e8b09343a488e39b48451ba9;hb=9bc1b052a60474037035c6e5b9558cc8c1c824d3;hp=a9817b5d679d6747b0908b93f020bc5cf4c063ac;hpb=527c2e21fdb08c47a2afe21c02ec56bf7835a771;p=synfig.git diff --git a/synfig-core/trunk/win32build.sh b/synfig-core/trunk/win32build.sh index a9817b5..921c32c 100755 --- a/synfig-core/trunk/win32build.sh +++ b/synfig-core/trunk/win32build.sh @@ -3,9 +3,8 @@ #OPTIONS="--disable-optimization --enable-debug" OPTIONS="--enable-optimization=1 --disable-debug" -#OPTIONS="$OPTIONS --enable-timelimit=120" -[ -e configure ] || ./bootstrap || exit 0 +[ -e configure ] || ( libtoolize --ltdl --copy --force && autoreconf --force --install ) || exit 0 [ -d win32build ] && rm -fr win32build