linphone-iphone/p2pproxy/autogen.sh
smorlat 061d590872 - autoconf build system,
- cleanups in C code



git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@128 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
2008-10-29 15:06:10 +00:00

20 lines
382 B
Bash
Executable file

#!/bin/sh
#AM_VERSION=1.10
#1.9 was the recommended version
if test -n "$AM_VERSION" ; then
ACLOCAL=aclocal-${AM_VERSION}
AUTOMAKE=automake-${AM_VERSION}
else
ACLOCAL=aclocal
AUTOMAKE=automake
fi
echo "Generating build scripts in this mediastreamer plugin"
set -x
libtoolize --copy --force
$ACLOCAL
$AUTOMAKE --force-missing --add-missing --copy
autoconf
rm -rf config.cache