bootstrap.sh
author ali <ali@juiblex.co.uk>
Sun Sep 08 08:55:01 2013 +0100 (2013-09-08)
changeset 89 b29757cf1e9d
permissions -rw-r--r--
Add missing instructions on reverting to gutcheck from guiguts
ali@0
     1
#!/bin/sh
ali@0
     2
mkdir -p config
ali@0
     3
aclocal && \
ali@0
     4
  libtoolize && \
ali@0
     5
  automake --foreign --add-missing && \
ali@0
     6
  autoconf