Get rid of all references to the bootstrap script since it was removed
[synfig.git] / synfig-studio / trunk / win32build.sh
index 3e59f01..b78dbb9 100755 (executable)
@@ -8,7 +8,7 @@ OPTIONS="$OPTIONS --enable-debug"
 
 BUILDDIR=win32build
 
-[ -e configure ] || ./bootstrap || exit 1
+[ -e configure ] || autoreconf --force --install || exit 1
 
 [ -d $BUILDDIR ] && rm -fr $BUILDDIR