chiark / gitweb /
Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/cfd
[cfd] / build-setup
1 #! /bin/sh
2 ### Build setup script
3
4 set -e
5 case "$1" in
6   start)
7     ln -sf aclocal.glob acinclude.m4
8     ln -sf GPL-2 COPYING
9     ;;
10 esac