git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@313 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-06-18 21:40:18 +00:00
parent e1101f9fc0
commit 5ef58e47d1
1 changed files with 4 additions and 0 deletions

View File

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