【发布时间】:2012-05-17 02:17:03
【问题描述】:
我有一个configure.ac,我在其中通过不同的配置选项启用不同的编译器。 configure 脚本已成功生成,但最后(调用 AC_OUTPUT)我收到一条错误消息:
configure: error: conditional "AMDEP" was never defined.
Usually this means the macro was only invoked conditionally.
遗憾地查看 config.log 并没有帮助,我不知道是什么导致了这个错误或从哪里开始搜索。
【问题讨论】: