view bootstrap @ 163:b6d6f994e970

Moved MIDI decoder to end of array. Fixed Sound_SetError() so that it works after the first call. Now makes sure there's really sound data to convert between formats before attempting to do so.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 19 Nov 2001 16:37:22 +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 ..."