我正在尝试在我的CentOs服务器上构建Oreka Voip记录平台,但当我最终执行命令时:我得到了以下信息automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:4:warning: AM_INIT_AUTOMAKE: two- and three-argume
我已经用手工编写的Makefile.in编译了我的代码。并使用autoconf (./配置make)。但是现在,我决定使用Automake来生成一个使用Makefile.am的Makefile.in。My Makefile.am:hello_portable_SOURCES=hello_portable.c
由autoscan::自动生成的configure.ac/NEWS' not
下面是我在构建它时遇到的错误:
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
aclocal:configure.in我找不到关于这件事的任何事所以我想问问你们。谢谢你的帮助。编辑:这是我的linux、libtool、automake和autoconf<e