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