Closed
Bug 432911
Opened 17 years ago
Closed 17 years ago
[mozilla-central] Hardcoded autoconf-2.13 in client.mk breaks OS X builds
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bent.mozilla, Assigned: bent.mozilla)
References
Details
Attachments
(1 file)
574 bytes,
patch
|
jaas
:
review+
ted
:
superreview+
|
Details | Diff | Splinter Review |
Hardcoded autoconf-2.13 in client.mk breaks OS X builds.
MacPorts has autoconf named 'autoconf213' for some reason :(
Attachment #320087 -
Flags: superreview?(ted.mielczarek)
Attachment #320087 -
Flags: review?(joshmoz)
Comment on attachment 320087 [details] [diff] [review]
Patch
Awesome.
To add to the summary, macports is how we recommend people set up their build environment. This removes an unnecessary step in getting a build going.
Attachment #320087 -
Flags: review?(joshmoz) → review+
Comment 2•17 years ago
|
||
Comment on attachment 320087 [details] [diff] [review]
Patch
r+a=me for checkin to mozilla-central. Let's get this in before it becomes a pain point for people.
Attachment #320087 -
Flags: superreview?(ted.mielczarek) → superreview+
Comment 3•17 years ago
|
||
See also bug 434075, which is just a more general version of this bug. Ubuntu Linux has autoconf named "autoconf2.13", which breaks builds on that OS, too.
I'd say that we'd like a more general solution than what this bug's current patch includes.
But I could still see us using the patch posted here as a temporary workaround for Mac users, and then figuring out a more general solution on bug 434075.
Assignee | ||
Comment 4•17 years ago
|
||
Landed this on moz-central.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•