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 572396 - Fix to use shave + gtk-doc + libtool 1.x
Fix to use shave + gtk-doc + libtool 1.x
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
1.12
Other Linux
: Normal normal
: 1.12
Assigned To: gtk-doc maintainers
gtk-doc maintainers
: 583137 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-02-19 11:13 UTC by Damien Lespiau
Modified: 2009-05-18 22:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch agains SVN HEAD (746 bytes, patch)
2009-02-19 11:14 UTC, Damien Lespiau
none Details | Review

Description Damien Lespiau 2009-02-19 11:13:49 UTC
Hi,

shave is a tiny m4 macro that allows you to make the autotools output pretty (see http://damien.lespiau.name/blog/2009/02/18/shave-making-the-autotools-output-sane/ and http://git.lespiau.name/cgit/shave/ )

It plays with CC and LIBTOOL to invoke wrappers instead of the actual tool.

gtk-doc does not specify a --tag option to libtool. When using libtool 1.x (libtool 2.x is fine) and a redefined CC, libtool can't infer the tag. The proposed patch fixes that by adding --tag=CC to gtk-doc's libtool.
Comment 1 Damien Lespiau 2009-02-19 11:14:47 UTC
Created attachment 129054 [details] [review]
patch agains SVN HEAD
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2009-02-20 16:07:29 UTC
2009-02-20  Stefan Kost  <ensonic@users.sf.net>

	patch by: Damien Lespiau <damien.lespiau@gmail.com>

	* gtk-doc.make:
	* gtk-doc.notmpl.make:
	* tests/gtk-doc.make:
	* tests/gtk-doc.notmpl.make:
	  Add --tag=CC to libtool invocations. Fixes #572396.
Comment 3 Nickolay V. Shmyrev 2009-05-18 22:37:26 UTC
*** Bug 583137 has been marked as a duplicate of this bug. ***