bootstrap.sh
author J. Ali Harlow <ali@juiblex.co.uk>
Sat Nov 15 19:04:45 2014 +0000 (2014-11-15)
changeset 24 2b9f54d14cc2
child 38 a29623b68ca2
permissions -rw-r--r--
Add GUI front-end to setup and update
     1 #!/bin/sh
     2 set -e
     3 mkdir -p config
     4 autoheader
     5 aclocal
     6 libtoolize
     7 automake --foreign --add-missing
     8 autoconf