stk-code_catmod/reconf.sh
auria 0fe3a55cb4 As suggested by Christoph Debian, don't use csh for shell in reconf
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6417 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-11-05 17:37:00 +00:00

11 lines
132 B
Bash
Executable File

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