]> git.saurik.com Git - bison.git/blame - bootstrap
* data/bison.simple: Remove unnecessary commentary and white
[bison.git] / bootstrap
CommitLineData
01c56de4
AD
1#! /bin/sh
2
3echo "Bootstrapping CVS Bison..."
4
5autoreconf --force --install --verbose
6
7# Because of Gettext
8e521837
AD
8mv -f m4/Makefile.am~ m4/Makefile.am
9mv -f Makefile.am~ Makefile.am
10mv -f configure.in~ configure.in
01c56de4 11touch m4/Makefile.am Makefile.am configure.in
8e521837 12rm -f po/Makevars.template
01c56de4
AD
13
14autoreconf --verbose