X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/01c56de45cb6b01faa84dbdf15459b1e22640921..1d64f0bab600b607fd82ae8f2352a8a505853d57:/bootstrap diff --git a/bootstrap b/bootstrap index e6c3831d..c27557b5 100755 --- a/bootstrap +++ b/bootstrap @@ -2,13 +2,5 @@ echo "Bootstrapping CVS Bison..." -autoreconf --force --install --verbose - -# Because of Gettext -mv m4/Makefile.am~ m4/Makefile.am -mv Makefile.am~ Makefile.am -mv configure.in~ configure.in -touch m4/Makefile.am Makefile.am configure.in -rm po/Makevars.template - -autoreconf --verbose +echo "running: autoreconf --verbose --install --force" +autoreconf --verbose --install --force