bootstrap.sh
changeset 9 5fc4375cdfb5
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bootstrap.sh	Fri Oct 16 15:24:19 2009 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +#!/bin/sh
     1.5 +set -e
     1.6 +mkdir -p config
     1.7 +autoheader
     1.8 +aclocal
     1.9 +libtoolize
    1.10 +automake --foreign --add-missing
    1.11 +autoconf