X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fwin32build.sh;h=921c32c6817cf346e8b09343a488e39b48451ba9;hb=d15c4522466bedfbe61620c401becae0931854f5;hp=a6d6a8504a78180ce13ba850b1be842eae03be02;hpb=ff9ed7c6c97639724efbe1beee356c9c8011d19a;p=synfig.git diff --git a/synfig-core/trunk/win32build.sh b/synfig-core/trunk/win32build.sh index a6d6a85..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