bootstrap.sh
author ali <ali@juiblex.co.uk>
Tue Sep 24 06:44:58 2013 +0100 (2013-09-24)
changeset 95 d13e2582c2b5
permissions -rw-r--r--
Fix bug #5: Cannot install on a Mac
     1 #!/bin/sh
     2 mkdir -p config
     3 aclocal && \
     4   libtoolize && \
     5   automake --foreign --add-missing && \
     6   autoconf