#!/bin/sh if test $# = 1 then echo >&2 'usage: buildship VERSION=' exit 1 fi autoconf autoheader ./configure make ship "$@"