下载 tslib1.4.tar.gz, 解压后进入目录,如果该目录下没有configure文件,先执行autogen.sh脚本生成。
but~ autogen.sh执行后报错, 错误log忘了,,,,,
后来一查, 原来需要"autotools", 即autoconf, automake, libtool, 这三个玩意
ok~ apt-get install
然后automake死活弄不下来, 然后就有了http://topic.csdn.net/u/20100807/15/872b63bd-a8e1-4121-8084-74f0b98a652c.html
╮(╯_╰)╭, apt-get不靠谱, 自己下载源代码编译automake,,,
还是因为autoconf, automake, libtool,三个的版本不匹配, 还是autogen.sh执行后报错,,,
configure.ac:25: error: possibly undefined macro: ... possibly undefined macro: AC_DISABLE_STATIC
后来,在
http://sourceware.org/autobook/download.html 下载了
Autoconf 2.59
Automake 1.9.6
Libtool 1.5.22
然后依次编译,,,ok