I am trying to automake the OrientDb C++ library, but getting some errors.
automake
Makefile.am:10: error: Libtool library used but \'LIBTOOL\' is undefi
Fixed it. I needed to run libtoolize in the directory, then re-run:
libtoolize
aclocal
autoheader