Get rid of all references to the bootstrap script since it was removed
[synfig.git] / synfig-core / trunk / win32build.sh
index bdc8a34..921c32c 100755 (executable)
@@ -4,7 +4,7 @@
 
 OPTIONS="--enable-optimization=1 --disable-debug"
 
-[ -e configure ] || ./bootstrap || exit 0
+[ -e configure ] || ( libtoolize --ltdl --copy --force && autoreconf --force --install ) || exit 0
 
 [ -d win32build ] && rm -fr win32build