view bootstrap @ 146:023c3e7f028b

Cleaned up the overflow buffer hack.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 23 Oct 2001 18:27:31 +0000
parents 6d9fdec2f708
children ace10a8e632b
line wrap: on
line source

#! /bin/sh

aclocal
libtoolize --automake --copy --force
autoheader
automake --foreign --add-missing --copy
autoconf

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