view bootstrap @ 176:69922f6a5c74

Added GNU disclaimers and a --credits option with our names.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 05 Dec 2001 10:05:09 +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 ..."