#!/bin/sh if [ -z $1 ]; then echo "Usage: $0 " exit 0; fi # this is annoying, this should be recursively replaced prefix=@prefix@ exec_prefix=@exec_prefix@ LD_PRELOAD="$LD_PRELOAD @libdir@/gst-tracelib/libgsttracelib.so" "$@"