mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
9 lines
120 B
Bash
Executable File
9 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
set -x
|
|
libtoolize --force --copy
|
|
aclocal -I ./m4
|
|
autoheader
|
|
automake --foreign --add-missing --copy
|
|
autoconf
|
|
|