7a6d165641
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1118 178a84e3-b1eb-0310-8ba1-8eac791a3b58
11 lines
133 B
Bash
Executable File
11 lines
133 B
Bash
Executable File
#!/bin/csh
|
|
|
|
echo "Generating ./configure script"
|
|
./autogen.sh
|
|
|
|
echo "Configuring"
|
|
./configure
|
|
|
|
echo "Make"
|
|
make | tee config.errors
|