view test/autogen.sh @ 1241:4b2146866b82

Properly restore vidmode when switching back to SDL's virtual terminal with the fbcon driver: Fixes Bugzilla #37.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 10 Jan 2006 20:52:35 +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"