5 if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE
="`which glibtoolize 2>/dev/null`"; then
6 LIBTOOLIZE
="${GLIBTOOLIZE}"
9 which autoreconf
>/dev
/null || \
10 (echo "configuration failed, please install autoconf first" && exit 1)
11 autoreconf
--install --force --warnings=all