1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-02-21 17:13:22 +00:00

15 lines
253 B
Plaintext
Raw Normal View History

#! /bin/sh
case `uname` in
Darwin) libtoolize=glibtoolize ;;
*) libtoolize=libtoolize ;;
esac
set -x
$libtoolize --force --automake --copy
aclocal -I build/acmacros
automake --foreign --add-missing --copy
autoconf
rm -rf autom4te.cache