view test/autogen.sh @ 1048:a78acdd4967e

Fixed direction key input on WinCE devices, thanks to cal-at-splitreflection-com. http://www.libsdl.org/pipermail/sdl/2005-April/068072.html
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 17 Apr 2005 10:23:58 +0000
parents 7207057447f5
children d94b080ff6ce
line wrap: on
line source

#!/bin/sh
#
aclocal
automake --foreign --add-missing
autoconf

# Run configure for this platform
#./configure $*
echo "Now you are ready to run ./configure"