forked from Mirrors/freeswitch
5 lines
115 B
Gnuplot
5 lines
115 B
Gnuplot
#! /bin/sh
|
|
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
|
$srcpath/configure "$@" --with-pic --disable-gost
|
|
|