labtool

libtool: Version mismatch error.  This is libtool 2.2.6b Debian-2.2.6b-2ubuntu1, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b Debian-2.2.6b-2ubuntu1

libtool: and run autoconf again.


按照网址http://code.google.com/p/torsocks/issues/detail?id=23

输入autoreconf -fiv 得到解决

参数
必要参数

-d 不删除临时文件
-f 认为素有的文件都是过期的文件/强制执行
-i 复制辅助文件
-s 创建符号链接,而不是复制
-m 当可用时,重新运行命令./configure 和 make
-W 报告语法错误信息


选择参数

-h 帮助信息
-V 版本信息


你可能感兴趣的:(ubuntu,macros)