bootstrap.sh
author J. Ali Harlow <ali@juiblex.co.uk>
Thu Oct 01 20:38:39 2009 +0100 (2009-10-01)
changeset 6 e8c9cc792c5d
child 38 a29623b68ca2
permissions -rw-r--r--
Fix bug causing setup to install already existing packages
     1 #!/bin/sh
     2 set -e
     3 mkdir -p config
     4 autoheader
     5 aclocal
     6 libtoolize
     7 automake --foreign --add-missing
     8 autoconf