Mercurial > sdl-ios-xcode
view autogen.sh @ 1368:533567cbb576
More fixes for building on BeOS
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 18 Feb 2006 06:51:00 +0000 |
parents | 19418e4422cb |
children | 4a47f20705eb |
line wrap: on
line source
#!/bin/sh # echo "Generating build information using aclocal and autoconf" echo "This may take a while ..." # Regenerate configuration files (aclocal && autoconf) || exit $? (cd test; aclocal; autoconf) # Run configure for this platform echo "Now you are ready to run ./configure"