dgamelaunch/autogen.sh
Joshua Kwan 85d0f00089 all workie
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@314 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2004-06-18 21:41:52 +00:00

11 lines
124 B
Bash
Executable File

#!/bin/sh
echo "Generating configuration files..."
echo
autoconf
autoheader
# evil
rm -rf autom4te.cache
./configure "$@"