bootstrap.sh
author J. Ali Harlow <ali@juiblex.co.uk>
Tue Feb 21 22:55:40 2012 +0000 (2012-02-21)
changeset 20 ab5fda3263bf
child 38 a29623b68ca2
permissions -rw-r--r--
Release 0.4.2
     1 #!/bin/sh
     2 set -e
     3 mkdir -p config
     4 autoheader
     5 aclocal
     6 libtoolize
     7 automake --foreign --add-missing
     8 autoconf