chiark
/
gitweb
/
~mdw
/
cfd
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
30cfaf8b91d5e082c947a61707759c42946ceb18
[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
;;
9
esac