Mercurial > sdl-ios-xcode
view autogen.sh @ 1520:5d264facfd03
Add the NAS library directory, since X11 is dynamically loaded now...
FIXME: See if we can dynamically load NAS
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 13 Mar 2006 18:01:34 +0000 |
parents | d94b080ff6ce |
children | b054590b967a |
line wrap: on
line source
#!/bin/sh # echo "Generating build information using autoconf" echo "This may take a while ..." # Regenerate configuration files cp acinclude.m4 aclocal.m4 autoconf (cd test; sh autogen.sh) # Run configure for this platform echo "Now you are ready to run ./configure"