./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

posted @ 2018-08-01 16:32  千彧  阅读(1367)  评论(1编辑  收藏  举报