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 133178 - [PATCH] Underquoted definitions in acinclude.m4
[PATCH] Underquoted definitions in acinclude.m4
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
gedit QA volunteers
Depends on:
Blocks:
 
 
Reported: 2004-02-02 01:59 UTC by alexander.winston
Modified: 2005-08-15 01:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.25 KB, patch)
2004-02-02 02:01 UTC, alexander.winston
none Details | Review

Description alexander.winston 2004-02-02 01:59:26 UTC
There are underquoted definitions of AM_PATH_PROG_WITH_TEST,
AM_LC_MESSAGES, AM_WITH_NLS, and AM_GNU_GETTEXT in
<file://cvs.gnome.org/cvs/gnome/gedit/acinclude.m4>.

Underquoted definitions are already displayed by automake-1.8 as warnings,
and may cause more drastic problems in the future, as noted in
<http://sources.redhat.com/automake/automake.html#Extending%20aclocal> and
<http://mail.gnu.org/archive/html/libtool-patches/2002-10/msg00031.html>.

I am attaching a patch that should prevent any trouble.
Comment 1 alexander.winston 2004-02-02 02:01:39 UTC
Created attachment 23967 [details] [review]
Proposed patch
Comment 2 Paolo Maggi 2004-02-09 16:47:05 UTC
Thanks for the patch, please commit with a ChangeLog entry.
Comment 3 alexander.winston 2004-02-09 19:57:54 UTC
Committed.