bootstrap.sh
changeset 19 a659f35ffb54
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bootstrap.sh	Fri May 20 11:20:39 2016 +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