安装tslib中遇到的错误:./autogen.sh: 4: autoreconf: not found

来源:互联网 发布:单片机按键开关机电路 编辑:程序博客网 时间:2024/06/08 03:06

安装tslib中遇到的错误:./autogen.sh: 4: autoreconf: not found

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

阅读全文
0 0