Mercurial > SDL_sound_CoreAudio
view bootstrap @ 588:5c856ac6c58e stable-1.0
Disable reverb flag in modplug decoder...it's producing trash in some cases.
(transplanted from fa857159dbdf9e21ef39c1510f383b3a53c271aa)
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 12 Apr 2011 01:30:55 -0400 |
parents | 365c3adc99c1 |
children |
line wrap: on
line source
#!/bin/sh set -e echo "Initial preparation...this can take awhile, so sit tight..." aclocal # MacOS X renames GNU libtool to "glibtool", since they have something # else called "libtool" already... if [ -x /usr/bin/glibtoolize ]; then glibtoolize --automake --copy --force else libtoolize --automake --copy --force fi autoheader automake --foreign --add-missing --copy autoconf echo "You are now ready to run ./configure ..."