autoscan aclocal autoconf automake 出现以下错误怎么办?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
dongfs_love
帖子: 1
注册时间: 2010-01-25 10:07

autoscan aclocal autoconf automake 出现以下错误怎么办?

#1

帖子 dongfs_love » 2010-01-25 10:14

$sudo autoscan
autom4te: /usr/bin/m4 failed with exit status: 1
autoscan: /usr/bin/autom4te failed with exit status
: 1

$sudo aclocal
/usr/bin/m4:configure.in:17: bad expression in eval: m4_Cursor + 2 + 1
/usr/bin/m4:configure.in:17: bad expression in eval: > (79)
/usr/bin/m4:configure.in:17: bad expression in eval: 792 > ()
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1


$sudo autoconf
aclocal.m4:16: warning: this file was generated for autoconf 2.63.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
/usr/bin/m4:configure.in:17: bad expression in eval: m4_Cursor + 2 + 1
/usr/bin/m4:configure.in:17: bad expression in eval: > (79)
/usr/bin/m4:configure.in:17: bad expression in eval: 792 > ()
autom4te: /usr/bin/m4 failed with exit status: 1


怎么办?怎么才能把这些错误去掉呢?
回复