dgamelaunch/autogen.sh

10 lines
124 B
Bash
Executable File

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