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
In my case on MacOs I solved it with:
brew link libtool
I know it's an old question but just ran into this, maybe it will help someone else.