Mercurial > sdl-ios-xcode
view autogen.sh @ 1559:e7f61857028a
------- Comment #8 From Sergey Svishchev 2006-03-19 12:35 [reply] -------
I've made a similar patch to BSD-specific USB driver, please review it too.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 20 Mar 2006 08:00:07 +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"