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