SDL/test/autogen.sh
2001-04-26 16:45:43 +00:00

10 lines
143 B
Bash
Executable File

#!/bin/sh
#
aclocal
automake --foreign
autoconf
# Run configure for this platform
#./configure $*
echo "Now you are ready to run ./configure"