view autogen.sh @ 1429:aff0170f9f1b

Date: Sat, 25 Feb 2006 14:26:19 +0100 (CET) From: "Torsten Giebl" Subject: [SDL] testpalette.diff To get rid of Mousecursor Fullscreen problems on Mac OSX.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 25 Feb 2006 15:01:44 +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"