The configure script apparently references an undefined macro: $ ./configure ... checking for stdint.h... (cached) yes ./configure: line 51273: AX_CODE_COVERAGE: command not found checking for working mmap... yes ...
You can use m4_pattern_forbid([AX_]) to guard against such mistakes. Bruno
