view bootstrap @ 108:803ba4dabbce

Initial add, from Torbj�rn Andersson.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 03 Oct 2001 20:17:13 +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 ..."