forked from Mirrors/freeswitch
5 lines
165 B
Gnuplot
Executable File
5 lines
165 B
Gnuplot
Executable File
#! /bin/sh
|
|
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
|
$srcpath/configure "$@" --with-pic --with-glib=no --disable-shared --without-doxygen --disable-stun
|
|
|