]> git.saurik.com Git - bison.git/blame - bootstrap
* data/bison.simple (yyr1): Its type is that of a token number.
[bison.git] / bootstrap
CommitLineData
01c56de4
AD
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