forked from Mirrors/freeswitch
1bd8aaa8f1
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@580 d0543943-73ff-0310-b7d9-9358b9ac24b2
8 lines
72 B
Bash
Executable File
8 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./configure $@
|
|
$MAKE depend
|
|
cd libraries
|
|
$MAKE
|
|
$MAKE install
|