1
0
Fork 0
flightgear/3rdparty/iaxclient/lib/libiax2/gen.sh
Clément de l'Hamaide c022bb8d51 Move IAXClient library into 3rdparty directory
Remove ENABLE_IAX option
Add an improved FGCom standalone as part of FG in utils directory
2013-09-27 16:05:45 +02:00

20 lines
280 B
Bash
Executable file

#!/bin/sh
#
# Run this to generate a new configure script and such :)
#
# -- Rob
#
(libtoolize --version) < /dev/null > /dev/null 2>&1 || {
echo;
echo "You must have libtool installed to compile libiax";
echo;
exit;
}
libtoolize --copy --force
aclocal
autoconf
automake