view bootstrap @ 170:e91fb8d5bd62

Updated Sound_DecodeAll()'s comments.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 26 Nov 2001 04:41:33 +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 ..."