Closed
Bug 298457
Opened 20 years ago
Closed 19 years ago
trivial underquoted m4 macro fix
Categories
(NSPR :: NSPR, defect)
NSPR
NSPR
Tracking
(Not tracked)
RESOLVED
FIXED
4.7
People
(Reporter: pw-fb, Assigned: cls)
References
Details
Attachments
(2 files)
|
502 bytes,
patch
|
cls
:
review+
|
Details | Diff | Splinter Review |
|
8.43 KB,
patch
|
cls
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.8b2) Gecko/20050620 Firefox/1.0+ Build Identifier: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.8b2) Gecko/20050620 Firefox/1.0+ nspr.m4 may get installed in the system's aclocal directory, so no matter what autotools versions mozilla is using, the user may still receive warnings about underquoted macro names from a recent autoconf. (At the moment, these are just warnings, but future versions of autoconf may be multi-pass, in other words, the macro would be re-expanded on a second pass generating mess.) The patch (to follow) is a trivial no brainer, so it should be easy to apply! Reproducible: Always
| Reporter | ||
Comment 1•20 years ago
|
||
Attachment #187022 -
Flags: review+
Comment 3•19 years ago
|
||
This mistake was reported by an Ubuntu user in our bug system, at https://launchpad.net/distros/ubuntu/+source/firefox/+bug/36659 I grepped the firefox 1.5.0.1 source tree for AC_DEFUN and fixed all of the instances that that found - there were twenty.
Comment 4•19 years ago
|
||
Comment on attachment 218036 [details] [diff] [review] patch to fix some more AC_DEFUN instances Ben, if m4 macros are not your area, please ask cls to review this patch. Thanks.
Attachment #218036 -
Flags: review?(benjamin)
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 5•19 years ago
|
||
Comment on attachment 187022 [details] [diff] [review] as mentioned in original report I checked in this nspr.m4 patch on the NSPR trunk (NSPR 4.7) and NSPRPUB_PRE_4_2_CLIENT_BRANCH (Mozilla 1.9 alpha).
Attachment #218036 -
Flags: review?(benjamin) → review+
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=&branchtype=match&dir=&file=&filetype=match&who=cls%25seawood.org&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2006-05-15+22%3A35%3A00+PDT&maxdate=2006-05-15+22%3A40%3A00+PDT&cvsroot=%2Fcvsroot
Status: NEW → RESOLVED
Closed: 19 years ago
OS: NetBSD → All
Hardware: PC → All
Resolution: --- → FIXED
Target Milestone: --- → 4.7
Sorry, Ian. I gave improper attribution in the checkin comment.
Comment 8•19 years ago
|
||
Any chance this could go into the 1.8 branch? It seems very low risk.
See Also: → https://launchpad.net/bugs/36659
You need to log in
before you can comment on or make changes to this bug.
Description
•