Closed
Milestone
GnuTLS without autogen
Althought the autogen tools have eliminated doc duplication in gnutls, their dependency is an issue for multiple reasons:
- It is a very complex solution with few persons have an understanding of it
- On its default mode it links our tools against libopts which is a library without an ABI promise or stability
- Not linking with libopts (
--enable-local-libopts
) is possible but this is not a fully supported scenario, it requires bundling of libopts and auto generated code and it seriously complicates our git repository (many generated files not always in an automatic way)
This milestone is about having gnutls without the libopts/autogen dependencies without regressing to multiple versions of documentation. Alternatively a simplification of the current autogen code and elimination of the issues above could also be a solution.
Links to existing issues with more background:
Loading
Loading
Loading
Loading