X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/969e2ed98b6b66e1fa2d1e23247644d2057995d9..fc8f2965383e318c8be2a20865edb7303f0420ee:/bootstrap diff --git a/bootstrap b/bootstrap index 63ba1749..c27557b5 100755 --- a/bootstrap +++ b/bootstrap @@ -2,21 +2,5 @@ echo "Bootstrapping CVS Bison..." -# This will run gettextize which will patch some files, and cause -# autoconf to choke (because for instance intl/Makefile is registered -# several times). +echo "running: autoreconf --verbose --install --force" autoreconf --verbose --install --force - -# gettextize modified these files: restore them. -for f in m4/Makefile.am Makefile.am configure.in -do - if test -f "$f~"; then - mv -f "$f~" "$f" - fi -done -rm -f po/Makevars.template - -# Since some files were restored, some files must probably be remade. -# But automake could not install all of its files, so pass --install -# for it. -autoreconf --verbose --install