chiark / gitweb /
9ab54ef3781a8ee9afaf9774bd6abcfcec1adb42
[userv.git] / buildship
1 #!/bin/sh
2 if test $# = 1
3 then
4         echo >&2 'usage: buildship VERSION=<whatever>'
5         exit 1
6 fi
7 autoconf
8 autoheader
9 ./configure
10 make ship "$@"