bootstrap.sh
author J. Ali Harlow <ali@juiblex.co.uk>
Thu Aug 25 20:41:08 2011 +0100 (2011-08-25)
changeset 16 579831f324c7
permissions -rw-r--r--
Fix checks & usage for softpub.h and mscat.h
     1 #!/bin/sh
     2 set -e
     3 mkdir -p config
     4 autoheader
     5 aclocal
     6 libtoolize
     7 automake --foreign --add-missing
     8 autoconf