mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
Add bootstrap.
This commit is contained in:
14
bootstrap
Executable file
14
bootstrap
Executable 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
|
||||
Reference in New Issue
Block a user