stk-code_catmod/reconf.sh

11 lines
133 B
Bash
Raw Normal View History

#!/bin/csh
echo "Generating ./configure script"
./autogen.sh
echo "Configuring"
./configure
echo "Make"
make | tee config.errors