Files
bison/bootstrap
Akim Demaille 01c56de45c Add bootstrap.
2002-04-18 16:41:19 +00:00

15 lines
292 B
Bash
Executable File

#! /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