GNOME Bugzilla – Bug 103934
[BUILD] no way to disable building of docs
Last modified: 2004-12-22 21:47:04 UTC
I have not found a way to convince configure to not build documentation. It insists on informing me that my gtk-doc version is outdated and stops running. Output of "./configure": [...] checking for gtkdoc-scangobj... true checking gtk-doc version (0.7) >= 0.7... no configure: error: gtk-doc version is too low ./configure: exit: bad non-numeric arg `need' ./configure: exit: bad non-numeric arg `need'
should work now, reopen if not
There is still no way to disable doc building when gtk-doc is installed, but the version is too low.
I fixed common/m4/gst-doc.m4 and docs/Makefile.am, and tested so that the build works (and builds docs appropriately) if: --enable-docs-build, gtk-doc < 0.7 (doesn't build docs) --disable-docs-build, gtk-doc < 0.7 (doesn't build docs) --disable-docs-build, gtk-doc > 0.7 (doesn't build docs) --enable-docs-build, gtk-doc > 0.7 (builds docs)