]> git.saurik.com Git - bison.git/blob - bootstrap
* src/output.c (table_size, table_grow): New.
[bison.git] / bootstrap
1 #! /bin/sh
2
3 echo "Bootstrapping CVS Bison..."
4
5 autoreconf --force --install --verbose
6
7 # Because of Gettext
8 mv m4/Makefile.am~ m4/Makefile.am
9 mv Makefile.am~ Makefile.am
10 mv configure.in~ configure.in
11 touch m4/Makefile.am Makefile.am configure.in
12 rm po/Makevars.template
13
14 autoreconf --verbose