SDL-mirror/test/autogen.sh
Patrice Mandin eaefe4f4f9 Add missing --add-missing
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40983
2004-11-20 20:57:28 +00:00

9 lines
157 B
Bash
Executable file

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