我正在我的Arch Linux发行版上重新安装pacman。当我运行配置脚本"configure.ac“时,我得到了一堆未定义的宏:
error: possibly undefined macro: AM_INIT_AUTOMAKE.
If this token and others are legitimate, please use m4_pattern_allow.
See the autoconf documentation.
error: possibly undefined macro: AC_PROG_LIBTOOL
error: possibly undefined macro: AM_GNU_GETTEXT
error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
error: possibly undefined macro: AM_CONDITIONAL有人知道是什么导致这些宏不被定义的吗?我来自Ubuntu (这里的一切都很正常,因此很无聊),所以我对自动驾驶并不了解。
https://unix.stackexchange.com/questions/18673
复制相似问题