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