1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-02-21 09:02:37 +00:00
2008-12-16 18:05:22 +00:00

9 lines
227 B
Bash

#!/bin/sh
set -x
AUTOMAKE=${AUTOMAKE:-automake-1.9} ACLOCAL=${ACLOCAL:-aclocal-1.9}
export AUTOMAKE ACLOCAL
${AUTORECONF:-autoreconf} -i
find . \( -name 'run*' -o -name '*.sh' \) -a -type f | xargs chmod +x
chmod +x scripts/*