view bootstrap @ 118:fd942c1433f8

Fixed for win32 compile.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 06 Oct 2001 22:09:57 +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 ..."