解决 configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL - zhangyong333revic的日志 - 网易博客
最近编写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