当前位置: 技术问答>linux和unix
急问:这个问题怎么解决(makefile相关的)?
来源: 互联网 发布时间:2015-04-06
本文导语: 我的makefile在编译时,出现了下面的问题。不知道是怎么回事? [root@cmu ecmt]# make cd . && automake --foreign Makefile configure.in:6: your implementation of AM_INIT_AUTOMAKE comes from an configure.in:6: old Automake version. You should re...
我的makefile在编译时,出现了下面的问题。不知道是怎么回事?
[root@cmu ecmt]# make
cd . && automake --foreign Makefile
configure.in:6: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:6: old Automake version. You should recreate aclocal.m4
configure.in:6: with aclocal and run automake again.
make: *** [Makefile.in] Error 1
盼高手给以解答,谢谢!
[root@cmu ecmt]# make
cd . && automake --foreign Makefile
configure.in:6: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:6: old Automake version. You should recreate aclocal.m4
configure.in:6: with aclocal and run automake again.
make: *** [Makefile.in] Error 1
盼高手给以解答,谢谢!
|
重新生成Config文件
|
看我在另一个帖子里的回贴。
|
autoscan
aclocal
autoconf
automake --add-missing
./configure
make
aclocal
autoconf
automake --add-missing
./configure
make