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