浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

解决 configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL - zhangyong333revic的日志 - 网易博客

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

2011-04-19 21:51:06|  分类: linux |  标签:configure  usbip  autoconf   |字号  订阅

最近编写linux usb/ip驱动

安装时出现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

posted on 2013-02-01 09:58  lexus  阅读(1616)  评论(0编辑  收藏  举报