bootstrap.sh
author J. Ali Harlow <ali@juiblex.co.uk>
Fri Oct 16 15:24:19 2009 +0100 (2009-10-16)
changeset 9 5fc4375cdfb5
permissions -rw-r--r--
Start 0.3
     1 #!/bin/sh
     2 set -e
     3 mkdir -p config
     4 autoheader
     5 aclocal
     6 libtoolize
     7 automake --foreign --add-missing
     8 autoconf