OpenWrt_Luci_Lua/1_6.h12_dev/libmpdclient/autogen.sh
2016-02-16 15:48:49 +08:00

15 lines
237 B
Bash
Executable File

#!/bin/sh -e
rm -rf config.cache build
mkdir build
libtoolize --force $LIBTOOLIZE_FLAGS
aclocal -I m4
autoconf
autoheader
automake --add-missing $AUTOMAKE_FLAGS
if test x$NOCONFIGURE = x; then
echo "./configure $*"
./configure $*
fi