Hello,
I've been having problems with some of the autoconf functions.
As a minimal example, the following (in an otherwise empty OMakefile)
always returns false:
echo $(TryCompileC 'int main() { return 0; }')
Do you have any hints how to get this working?
Cheers,
John