view bootstrap @ 242:12a9c2e0b00f

Fixed compiler warnings (thanks, Darrell!)
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 04 Feb 2002 13:57:26 +0000
parents 2b9131a7653c
children f0b8865577db
line wrap: on
line source

#!/bin/sh

set -e
echo "Initial preparation...this can take awhile, so sit tight..."
aclocal
libtoolize --automake --copy --force
autoheader
automake --foreign --add-missing --copy
autoconf

echo "You are now ready to run ./configure ..."