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 568734 - configure check for gtk-doc prints that gtk-doc cannot be built
configure check for gtk-doc prints that gtk-doc cannot be built
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
1.11
Other Linux
: Normal trivial
: 1.12
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-22 18:08 UTC by Yeti
Modified: 2009-01-23 08:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (620 bytes, patch)
2009-01-22 18:08 UTC, Yeti
committed Details | Review

Description Yeti 2009-01-22 18:08:00 UTC
If configure check for gtk-doc cannot find it, it prints that

You need to have gtk-doc >= $1 installed to build gtk-doc

This does to make any sense.  It should say that you need gtk-doc
to build the package.  Or its documentation.
Comment 1 Yeti 2009-01-22 18:08:53 UTC
Created attachment 127017 [details] [review]
proposed patch
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2009-01-23 08:26:08 UTC
2009-01-23  Stefan Kost  <ensonic@users.sf.net>

	patch by: David Nečas <yeti@physics.muni.cz>

	* gtk-doc.m4:
	  Change nonsense error message to tell that gtk-doc is needed to build
	  a given package and not gtk-doc. Fixes #568734.