Displaying 1 result from an estimated 1 matches for "eb0faf59".
Did you mean:
eb04af9
2025 Feb 14
2
1.5.0: API documentation is not installed
When FLAC 1.5.0 is built with GNU autotools, the API documentation
that is included in the release tarball is not installed.
This is due to this check in configure.ac:
if test ! -n "$DOXYGEN" && test -f "$srcdir/doc/FLAC.tag" && test -f "$srcdir/doc/api/modules.html" ; then
HAS_PREBUILT_DOXYGEN=yes
fi