view test/autogen.sh @ 1160:72c6c3e5bb85

Closed a memory leak caused when quitting video subsystem on Quartz target.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 13 Oct 2005 09:47:06 +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"