view autogen.sh @ 1541:157001382dfd

Quartz implementation for SDL_DisplayYUVOverlay() was returning non-zero on error, instead of zero, contrary to documentation. Fixes Bugzilla #165.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 15 Mar 2006 05:52:31 +0000
parents d94b080ff6ce
children b054590b967a
line wrap: on
line source

#!/bin/sh
#
echo "Generating build information using autoconf"
echo "This may take a while ..."

# Regenerate configuration files
cp acinclude.m4 aclocal.m4
autoconf
(cd test; sh autogen.sh)

# Run configure for this platform
echo "Now you are ready to run ./configure"