mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-12 05:05:51 +00:00
6 lines
62 B
Bash
6 lines
62 B
Bash
|
#!/bin/bash
|
||
|
aclocal -I ./config/
|
||
|
autoheader
|
||
|
autoconf
|
||
|
automake
|