view test/autogen.sh @ 423:d1565c52ded5

More correct error reported when calling SDL_GL_LoadLibrary() without prior call to SDL_Init().
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 10 Jul 2002 05:18:09 +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"