comparison test/autogen.sh @ 0:74212992fb08

Initial revision
author Sam Lantinga <slouken@lokigames.com>
date Thu, 26 Apr 2001 16:45:43 +0000
parents
children 7207057447f5
comparison
equal deleted inserted replaced
-1:000000000000 0:74212992fb08
1 #!/bin/sh
2 #
3 aclocal
4 automake --foreign
5 autoconf
6
7 # Run configure for this platform
8 #./configure $*
9 echo "Now you are ready to run ./configure"