libtool version mismatch error
Problem
libtool version mismatch error
Log message
libtool: Version mismatch error. This is libtool 2.4.4, but the
libtool: definition of this LT_INIT comes from libtool 2.4.2.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.4
libtool: and run autoconf again.
Solution
autoreconf --force --install
./configure
make