chiark
/
gitweb
/
~mdw
/
runlisp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
daf0ef2bdb78247e1d7c4be73f0c1ce21c200d07
[runlisp]
/
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