Mercurial > nxg > jason
view bootstrap @ 15:81e6d0fe8198 default tip
Update README
author | Norman Gray <norman.gray@glasgow.ac.uk> |
---|---|
date | Sun, 31 May 2020 20:47:28 +0100 |
parents | a9a41fa6fa73 |
children |
line wrap: on
line source
#! /bin/sh - # Check automake is installed automake --version >/dev/null || { echo "Automake is missing, but is required" exit 1 } # test -L install.sh || automake --foreign --add-missing AUTOMAKE='automake --foreign --add-missing' export AUTOMAKE test -d m4 || mkdir m4 libtoolize autoheader autoreconf