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 428596 - Warnings with gtk-doc.m4 macros
Warnings with gtk-doc.m4 macros
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
1.8
Other Linux
: Normal normal
: 1.9
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-11 12:20 UTC by Loïc Minier
Modified: 2007-09-22 19:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix quoting and use AS_HELP_STRING (1.98 KB, patch)
2007-04-11 12:21 UTC, Loïc Minier
committed Details | Review

Description Loïc Minier 2007-04-11 12:20:53 UTC
Hi,

Guillem Jover reported in Debian bug http://bugs.debian.org/418438 that running autoreconf -fi -Wall with an installed gtk-doc.m4 causes warning.

He provided a patch which I'll attach.

Bye,
Comment 1 Loïc Minier 2007-04-11 12:21:36 UTC
Created attachment 86162 [details] [review]
Fix quoting and use AS_HELP_STRING
Comment 2 Murray Cumming 2007-06-12 08:18:31 UTC
This seems simple and correct. Permission to apply?
Comment 3 Damon Chaplin 2007-06-14 15:15:33 UTC
OK.
Comment 4 Loïc Minier 2007-06-14 15:25:20 UTC
Committed to trunk as r433:

2007-06-14  Loïc Minier  <lool@dooz.org>

        * gtk-doc.m4:
        Fix warnings in m4 macros when running "autoreconf -fi -Wall";
        Guillem Jover. Fixes #428596.