2 echo "Removing folder 'libltdl'..."
5 echo "checking for libtoolize / libtool... "
7 # This is more portable than `which' but comes with
8 # the caveat of not(?) properly working on busybox's ash:
11 command -v "$1" >/dev/null 2>&1
14 if existence libtool || existence libtoolize || existence glibtoolize; then
18 echo "*** No libtoolize (libtool) or libtool found, please install it ***" >&2;