chiark
/
gitweb
/
~mdw
/
cfd
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Makefile.am: Remove license links during uninstall.
[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