autogen
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@313 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
e1101f9fc0
commit
5ef58e47d1
|
@ -1,5 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo "Generating configuration files..."
|
||||||
|
echo
|
||||||
|
|
||||||
autoconf
|
autoconf
|
||||||
autoheader
|
autoheader
|
||||||
rm -rf autom4te.cache # evil
|
rm -rf autom4te.cache # evil
|
||||||
|
./configure "$@"
|
||||||
|
|
Loading…
Reference in New Issue