view autogen.sh @ 1451:b89bce877c0d

Argh, I forgot that zip merges files into the archive instead of recreating it.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 27 Feb 2006 16:29:04 +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"