#! /bin/bash C="$0" C=`readlink -f "$C"` C=`dirname "$C"` C=`ls -d1 "$C"` prefix="$C/../" # NOTE: if you moved this config please either use the above or # make sure the following variables are up to date #prefix=@prefix@ exec_prefix=@exec_prefix@ includedir=@includedir@ libdir=@libdir@ ECHO="echo" ECHOn="printf" usage() { cat <