./autogen.sh: 4: autoreconf: not found
是在不同版本的 tslib 下执行 autogen.sh 产生。它们产生的原因一样,是
因为没有安装
automake 工具, (ubuntu 8.04)用下面的命令安装好就可以了。
sudo apt-get install autoconf automake libtool
安装tslib中遇到的错误:./autogen.sh: 4: autoreconf: not found
最新推荐文章于 2023-10-17 15:15:28 发布
本文详细解释了在Ubuntu 8.04环境下,执行autogen.sh脚本时遇到autoreconf提示找不到automake工具的原因,并提供了使用sudo apt-get install命令解决此问题的方法。

1万+

被折叠的 条评论
为什么被折叠?



