view test/autogen.sh @ 801:ff1058d642dc

Video modes must be sorted by Y size, for SDL_GetVideoMode() to operate properly
author Patrice Mandin <patmandin@gmail.com>
date Sat, 07 Feb 2004 11:25:56 +0000
parents 74212992fb08
children 7207057447f5
line wrap: on
line source

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

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