Add bootstrap.

This commit is contained in:
Akim Demaille
2002-04-18 16:41:19 +00:00
parent 8b3ba7ff05
commit 01c56de45c
3 changed files with 20 additions and 13 deletions

14
bootstrap Executable file
View File

@@ -0,0 +1,14 @@
#! /bin/sh
echo "Bootstrapping CVS Bison..."
autoreconf --force --install --verbose
# Because of Gettext
mv m4/Makefile.am~ m4/Makefile.am
mv Makefile.am~ Makefile.am
mv configure.in~ configure.in
touch m4/Makefile.am Makefile.am configure.in
rm po/Makevars.template
autoreconf --verbose