bootstrap.sh
author J. Ali Harlow <ali@juiblex.co.uk>
Thu Jul 09 08:23:50 2009 +0100 (2009-07-09)
changeset 1 d2ef4b44e95a
child 38 a29623b68ca2
permissions -rw-r--r--
Release version 0.1
     1 #!/bin/sh
     2 set -e
     3 mkdir -p config
     4 autoheader
     5 aclocal
     6 libtoolize
     7 automake --foreign --add-missing
     8 autoconf