Hi

I reported this before, but was ignored :(.
I still believe this is wrong, though not that critical:

In autogen.sh there is:

if test x$ok = xno ; then
     echo "not found."
fi

which tests for the presence of any m4 compiler.

However, "$ok" is either empty or "yes". So testing it against
"no" is bullocks.

Initialize "$ok" to "no", or replace the test by
"if text x$ok != xyes".

Cheers,
Rob.

Reply via email to