view bootstrap @ 193:6cd07211a235

Added some debugging output in preparation for future codecs (gsm, maybe?)
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 02 Jan 2002 01:09:02 +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 ..."