GNOME Bugzilla – Bug 572396
Fix to use shave + gtk-doc + libtool 1.x
Last modified: 2009-05-18 22:37:26 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.
Created attachment 129054 [details] [review] patch agains SVN HEAD
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.
*** Bug 583137 has been marked as a duplicate of this bug. ***