autoreconf: ‘configure.ac‘ or ‘configure.in‘ is required

简介: autoreconf: ‘configure.ac‘ or ‘configure.in‘ is required

前文:


https://quantum6.blog.csdn.net/article/details/119785631


看到介绍使用:

autoreconf -vif

然后出现这个错误。既然缺少,找一下,原来在下级目录libffi中有,于是:


$ cd libffi
$ autoreconf -vif
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACR
……
目录
相关文章
|
Linux
configure: error: cannot guess build type; you must specify one
configure: error: cannot guess build type; you must specify one
502 0
|
10月前
|
编译器
“Could not determine which ”make“ command to run. Check the ”make“ step in the build configuration.”
“Could not determine which ”make“ command to run. Check the ”make“ step in the build configuration.”
164 0
|
XML 前端开发 JavaScript
|
Java Maven
No valid Maven installation found. Either set the home directory in the configuration dialog or set
No valid Maven installation found. Either set the home directory in the configuration dialog or set
1281 0
No valid Maven installation found. Either set the home directory in the configuration dialog or set
configure: error: cups-config not found
configure: error: cups-config not found
154 0
configure: error: gperf is needed
configure: error: gperf is needed
132 0
configure: error: C compiler cannot create executables
configure: error: C compiler cannot create executables
348 0
autoreconf: ‘configure.ac‘ or ‘configure.in‘ is required
autoreconf: ‘configure.ac‘ or ‘configure.in‘ is required
1402 0
|
Perl
configure error Perl version 5 is required!
configure error Perl version 5 is required!
277 0
|
JavaScript 前端开发