bootstrap.sh
author J. Ali Harlow <ali@juiblex.co.uk>
Tue Feb 09 00:42:09 2010 +0000 (2010-02-09)
changeset 13 3073875f1b54
permissions -rw-r--r--
Always terminate unicode strings
     1 #!/bin/sh
     2 set -e
     3 mkdir -p config
     4 autoheader
     5 aclocal
     6 libtoolize
     7 automake --foreign --add-missing
     8 autoconf