3 if glibtoolize
--version > /dev
/null
2>&1; then
4 LIBTOOLIZE
='glibtoolize'
6 LIBTOOLIZE
='libtoolize'
9 if [ ! -x "`which $LIBTOOLIZE 2>/dev/null`" ] ; then
10 echo "libtool is required, but wasn't found on this system"
14 if [ ! -x "`which autoconf 2>/dev/null`" ] ; then
15 echo "autoconf is required, but wasn't found on this system"
19 if [ ! -x "`which automake 2>/dev/null`" ] ; then
20 echo "automake is required, but wasn't found on this system"
24 if autoreconf
--version > /dev
/null
2>&1 ; then
30 automake
--add-missing --force-missing --include-deps && \