X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fwin32build.sh;h=921c32c6817cf346e8b09343a488e39b48451ba9;hb=47fce282611fbba1044921d22ca887f9b53ad91a;hp=a9817b5d679d6747b0908b93f020bc5cf4c063ac;hpb=684cf1db661a9a5cbc142238cf05d6d2f7aa3f89;p=synfig.git diff --git a/synfig-core/tags/stable/win32build.sh b/synfig-core/tags/stable/win32build.sh index a9817b5..921c32c 100755 --- a/synfig-core/tags/stable/win32build.sh +++ b/synfig-core/tags/stable/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