view autogen.sh @ 1378:dc0e13e7e1ae

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 19 Feb 2006 23:38:57 +0000
parents 4a47f20705eb
children d94b080ff6ce
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
# FIXME
#(cd test; aclocal; autoconf)

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