bootstrap.sh
author J. Ali Harlow <ali@juiblex.co.uk>
Thu Oct 01 20:37:02 2009 +0100 (2009-10-01)
changeset 5 d90578099444
child 38 a29623b68ca2
permissions -rw-r--r--
Start 0.2.1
     1 #!/bin/sh
     2 set -e
     3 mkdir -p config
     4 autoheader
     5 aclocal
     6 libtoolize
     7 automake --foreign --add-missing
     8 autoconf