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