dgamelaunch/autogen.sh

10 lines
115 B
Bash
Executable File

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