freeswitch/libs/libtpl-1.5/bootstrap
2012-09-13 15:01:01 -05:00

12 lines
214 B
Bash
Executable file

#!/bin/sh
# THIS SCRIPT IS FOR PROJECT MAINTAINER ONLY
# It is executed only to generate "configure"
set -x
aclocal -I config
autoheader
libtoolize --copy --force
automake --foreign --add-missing --copy
autoconf