SDL-mirror/test/autogen.sh
Sam Lantinga 2f110628a7 Initial revision
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401
2001-04-26 16:45:43 +00:00

9 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"