我有一个configure.ac我通过不同的配置选项启用不同的编译器。该configure脚本已成功生成,但最后(调用AC_OUTPUT)我收到一条错误消息:
configure: error: conditional "AMDEP" was never defined.
Usually this means the macro was only invoked conditionally.
可悲的是,调查config.log并没有帮助,我不知道是什么导致了这个错误或从哪里开始搜索。