bootstrap.sh
changeset 9 8d3b1ddf789c
child 38 a29623b68ca2
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bootstrap.sh	Sat Feb 20 12:11:02 2010 +0000
     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