view bootstrap @ 101:c08794028df4

Fully implemented. Needs testing, but it works on the Grateful Dead show I leeched through etree.org. :)
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 03 Oct 2001 17:59:14 +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 ..."