mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 17:26:03 +00:00
6 lines
62 B
Bash
Executable File
6 lines
62 B
Bash
Executable File
#!/bin/bash
|
|
aclocal -I ./config/
|
|
autoheader
|
|
autoconf
|
|
automake
|