解决 configure ac 17 error possibly undefined macro AC PROG

分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow

也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!

               

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

           

给我老师的人工智能教程打call!http://blog.csdn.net/jiangjunshow

这里写图片描述

猜你喜欢

转载自blog.csdn.net/hfhhgfv/article/details/83895883
ac