我正在尝试安装fakeroot,但是当我运行autoconf来创建一个配置文件时,输出如下:
configure.ac:7: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:8: error: possibly undefined macro: AM_MAINTAINER_MODE
configure.ac:595: error: possibly undefined macro: AM_CONDITIONAL之后,我运行./configure,这是输出
./configure: line 2236: syntax error near unexpected token `2.1a'
./configure: line 2236: `LT_PREREQ(2.1a)'发布于 2020-11-28 14:48:47
安装fakeroot应该相当容易。我不知道你到目前为止尝试了什么。
sudo apt-get update && sudo apt-get install fakeroot -y看看这个有用不管用。
https://askubuntu.com/questions/1295910
复制相似问题