view test/autogen.sh @ 1286:d7bca8c8161e

Use the executable directory, not the current directory, for stdio output files
author Sam Lantinga <slouken@libsdl.org>
date Sun, 29 Jan 2006 08:39: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"