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