OpenWrt_Luci_Lua/1_6.h12_dev/libmpdclient/autogen.sh

15 lines
237 B
Bash
Raw Permalink Normal View History

2016-02-16 07:48:49 +00:00
#!/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