Files
bison/bootstrap
T

7 lines
141 B
Bash
Executable File

#! /bin/sh
echo "Bootstrapping CVS Bison..."
echo "running: autoreconf --verbose --install --force"
autoreconf --verbose --install --force