chiark / gitweb /
debian/control: Recommend the other build tools we usually need.
[cfd] / build-setup
index b923188b455839c84de75452d17eb742044a4fdc..daf0ef2bdb78247e1d7c4be73f0c1ce21c200d07 100755 (executable)
@@ -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