im trying to build libxml2 from source on my mac.
so i have autoconf libtool and automake installed using mac ports
autoconf and automake seem to be working
To bring together a few threads libtoolize is installed as glibtoolize when you install libtool using brew. This can be achieved as follows; install it and then create a softlink for libtoolize:
libtoolize
glibtoolize
libtool
brew install libtool ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize