#! /bin/sh ### Build setup script set -e case "$1" in start) ln -sf aclocal.glob acinclude.m4 ;; esac