bootstrap.sh
changeset 1 fe592b4168f3
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bootstrap.sh	Wed Oct 10 22:58:48 2012 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +#!/bin/sh
     1.5 +set -e
     1.6 +mkdir -p config
     1.7 +gtkdocize
     1.8 +autoheader
     1.9 +aclocal
    1.10 +libtoolize
    1.11 +automake --foreign --add-missing
    1.12 +autoconf