mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-07-31 01:24:43 +02:00
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@314 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
11 lines
124 B
Bash
Executable File
11 lines
124 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Generating configuration files..."
|
|
echo
|
|
|
|
autoconf
|
|
autoheader
|
|
# evil
|
|
rm -rf autom4te.cache
|
|
./configure "$@"
|