#!/bin/bash # copied in part from fastjet-config # Licensed under the GPL v2. installationdir=@prefix@ moddir=@modprefix@ # print a usage message and exit # exit code passed as argument: # 0 if it is a normal call # 1 if it is due to a misusage. usage() { cat 1>&2 <