view test/autogen.sh @ 1009:027688378762

No really, don't link with the ALSA library!
author Sam Lantinga <slouken@libsdl.org>
date Mon, 13 Dec 2004 07:32:53 +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"