view bootstrap @ 98:dfdf7b4e05bd

Changed __Sound_strcasecmp() to handle NULL strings gracefully.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 02 Oct 2001 17:53:23 +0000
parents 4d858e0f9213
children 6d9fdec2f708
line wrap: on
line source

#! /bin/sh

aclocal
libtoolize --automake --copy --force

# rcg09252001 (I ain't got a --force option...?)
#automake --foreign --add-missing --copy --force

automake --foreign --add-missing --copy
autoconf

echo "You are now ready to run ./configure ..."