bootstrap.sh
author J. Ali Harlow <ali@juiblex.co.uk>
Fri Jul 08 07:50:42 2016 +0100 (2016-07-08)
changeset 57 e0f448fb54a5
parent 0 49fc8f60e4a5
permissions -rw-r--r--
Tests shouldn't fail if RAZOR_ROOT is set in the environment
ali@0
     1
#!/bin/sh
ali@0
     2
set -e
ali@0
     3
mkdir -p config
ali@0
     4
autoheader
ali@38
     5
aclocal -I m4
ali@0
     6
libtoolize
ali@0
     7
automake --foreign --add-missing
ali@0
     8
autoconf