forked from Mirrors/freeswitch
5 lines
48 B
Bash
5 lines
48 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -x
|
||
|
${AUTORECONF:-autoreconf} -fi
|