]> git.saurik.com Git - bison.git/blobdiff - bootstrap
Regen.
[bison.git] / bootstrap
index e6c3831d4c1e8e45f78e901dcd3c63f49e2518af..c27557b5d8ba8acc8c13e1a3363d221640227c4d 100755 (executable)
--- 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