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