bootstrap.sh
changeset 1 d2ef4b44e95a
child 38 a29623b68ca2
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bootstrap.sh	Thu Jul 09 08:23:50 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