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