]> git.saurik.com Git - bison.git/blob - bootstrap
e6c3831d4c1e8e45f78e901dcd3c63f49e2518af
[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