view bootstrap @ 135:69cd80e80363

Added Torbj�rn Andersson's command lines, and cleaned up the usage output.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 12 Oct 2001 16:54:35 +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 ..."