SDL-mirror/test/autogen.sh

10 lines
143 B
Bash
Raw Normal View History

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