view bootstrap @ 196:9d436dbb1666

Sync version number to that of libSDL_sound.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 04 Jan 2002 06:26:32 +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 ..."