[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: heimdal build problem



Brian May <bam@snoopy.apana.org.au> writes:

> However, that obviously hasn't disabled this test when LIB_roken is
> found already installed:

Ah, ok. So your patch has effectively made it conditional. The
AM_CONDITIONAL is in cf/roken-frag.m4, but the rest is automake magic.

To complicate the matter, some of the tests in roken-frag are probably
needed elsewhere. We made an attempt at a stand-alone roken, but never
finished (there are almost too many variables). One possibility would
be to split it in two, one for missing functions like snprintf, and
one for other stuff.
/Johan