在编译一个软件的时候,在 ./configure 和 make 之后可能会出现如下错误:
libtool: Version mismatch error. This is libtool 2.4.2 Debian-2.4.2-1ubuntu1, but the
libtool: definition of this LT_INIT comes from libtool 2.4.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 Debian-2.4.2-1ubuntu1
libtool: and run autoconf again.
make[5]: *** 1 Error 63
解决方法很简单:
运行 autoreconf -ivf 即可。