bootstrap.sh
author J. Ali Harlow <ali@juiblex.co.uk>
Thu Feb 21 18:53:57 2019 +0000 (2019-02-21)
changeset 21 285b05022b5a
permissions -rw-r--r--
Better error messages for spawn
     1 #!/bin/sh
     2 set -e
     3 mkdir -p config
     4 autoheader
     5 aclocal
     6 libtoolize
     7 automake --foreign --add-missing
     8 autoconf