1#! /bin/sh
2srcpath=$(dirname $0 2>/dev/null )  || srcpath="."
3$srcpath/configure "$@" --with-pic --with-glib=no --disable-shared  --without-doxygen --disable-stun
4
5