This website requires JavaScript.
Explore
Help
Sign In
Preston_PLB
/
freeswitch
Watch
1
Star
0
Fork
0
You've already forked freeswitch
forked from
Mirrors/freeswitch
Code
Pull Requests
Activity
855361d8ae
freeswitch
/
libs
/
freetdm
/
configure.gnu
4 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add configure.gnu to force pic git-svn-id: http://svn.openzap.org/svn/openzap/trunk@541 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-06 18:12:33 -04:00
#! /bin/sh
fix configure --srcdir for freetdm
2010-12-10 14:56:29 -05:00
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
$srcpath/configure "$@" --with-pic
Copy Permalink