After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 103934 - [BUILD] no way to disable building of docs
[BUILD] no way to disable building of docs
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-01-20 02:42 UTC by Benjamin Otte (Company)
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Otte (Company) 2003-01-20 02:42:42 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'
Comment 1 Thomas Vander Stichele 2003-01-20 12:14:35 UTC
should work now, reopen if not
Comment 2 Benjamin Otte (Company) 2003-01-21 04:17:57 UTC
There is still no way to disable doc building when gtk-doc is
installed, but the version is too low.
Comment 3 David Schleef 2003-07-29 03:20:24 UTC
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)