当前位置: 首页 > 工具软件 > AutoGen > 使用案例 >

./autogen.sh: 4: autoreconf: not found

傅奕
2023-12-01


  ./autogen.sh: 4: autoreconf: not found
  是在不同版本的 tslib 下执行 autogen.sh 产生。它们产生的原因一样,是
因为没有安装
  automake 工具,      (ubuntu 8.04)用下面的命令安装好就可以了。
  sudo apt-get install autoconf automake libtool

转载于:https://www.cnblogs.com/the-wang/p/9402052.html

 类似资料: