mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
7 lines
141 B
Bash
Executable File
7 lines
141 B
Bash
Executable File
#! /bin/sh
|
|
|
|
echo "Bootstrapping CVS Bison..."
|
|
|
|
echo "running: autoreconf --verbose --install --force"
|
|
autoreconf --verbose --install --force
|