X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/1f79a056146f0b172111b8379ccc344002848e66..282625e1b87743236f1cb8c70c2762edd413c6b0:/build-setup diff --git a/build-setup b/build-setup index b923188..daf0ef2 100755 --- a/build-setup +++ b/build-setup @@ -1,4 +1,10 @@ #! /bin/sh +### Build setup script set -e -ln -sf aclocal.glob acinclude.m4 +case "$1" in + start) + ln -sf aclocal.glob acinclude.m4 + ln -sf GPL-2 COPYING + ;; +esac