diff -r 000000000000 -r 1a62417393a2 bootstrap.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bootstrap.sh Tue Feb 09 00:42:09 2010 +0000 @@ -0,0 +1,8 @@ +#!/bin/sh +set -e +mkdir -p config +autoheader +aclocal +libtoolize +automake --foreign --add-missing +autoconf