I have configure.acone in which I allow different compilers using different configuration options. configureThe script was generated successfully, but at the end (call AC_OUTPUT), an error message appears:
configure: error: conditional "AMDEP" was never defined.
Usually this means the macro was only invoked conditionally.
Unfortunately, the search config.logdoes not help, and I do not know what causes this error or where to start the search.
source
share