• Sam Lantinga's avatar
    Initial revision · 2f110628
    Sam Lantinga authored
    --HG--
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401
    2f110628
autogen.sh 143 Bytes
#!/bin/sh
#
aclocal
automake --foreign
autoconf

# Run configure for this platform
#./configure $*
echo "Now you are ready to run ./configure"