码迷,mamicode.com
首页 > 其他好文 > 详细

解决 configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL

时间:2014-06-17 16:36:01      阅读:1500      评论:0      收藏:0      [点我收藏+]

标签:linux

安装时出现configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL

                     If this token and others are legitimate, please use m4_pattern_allow.
                     See the Autoconf documentation.
                     autoreconf: /usr/bin/autoconf failed with exit status: 1

出现之后那叫一个郁闷啊,在网上搜索,最终得到解决办法,泪流满面啊··

原来缺少一个工具:sudo apt-get install libtool  

 安装之后惊喜

之后为了保证不出错 ,还需要安装一个工具:sudo apt-get install libsysfs-dev

解决 configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL,布布扣,bubuko.com

解决 configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL

标签:linux

原文地址:http://blog.csdn.net/yusiguyuan/article/details/31747859

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!