view bootstrap @ 132:68d62a7fe33b

Upped version to 0.1.3.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 10 Oct 2001 00:43:39 +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 ..."