view bootstrap @ 185:6bb68b3bdcf1

ADPCM decoder seems to be complete, other fixes too...
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 27 Dec 2001 23:05:05 +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 ..."