diff -r 000000000000 -r f7d950c3431c bootstrap.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bootstrap.sh Mon Apr 18 15:04:30 2016 +0100 @@ -0,0 +1,8 @@ +#!/bin/sh +set -e +mkdir -p config +autoheader +aclocal +libtoolize +automake --foreign --add-missing +autoconf