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 106348 - Fix debug_default and help text
Fix debug_default and help text
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2003-02-17 20:54 UTC by Owen Taylor
Modified: 2011-02-18 15:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Owen Taylor 2003-02-17 20:54:17 UTC
The tricks being used to get $debug_default substituted
into the help text don't work with autoconf-2.5x:

  --enable-debug=no/minimum/yes turn on debugging default=$debug_default

Reason being that the help text is entirely created by
m4 macros at autoconf time. Pango has something that works.

This applies to both Glib and GTK+... I'm not bothering
to file a separate GTK+ bug.
Comment 1 Owen Taylor 2003-05-22 18:35:42 UTC
(was fixed in HEAD with the automake-1.7 changes)
Comment 2 Owen Taylor 2003-05-30 20:16:14 UTC
Fixed in stable branches of both GLib and GTK+

Fri May 30 15:58:33 2003  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Rework debug_default handling to work
        with autoconf-2.5x. (#106348)