Closed
Bug 793953
Opened 13 years ago
Closed 13 years ago
Support autoconf2.13 installed through fink
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla18
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
Details
Attachments
(1 file)
804 bytes,
patch
|
khuey
:
review+
standard8
:
review+
|
Details | Diff | Splinter Review |
fink puts the autoconf binary from its autoconf2.13-legacy package into a weird location to make sure it doesn't overwrite the new autoconf. I have a patch to detect that situation in client.mk.
Assignee | ||
Comment 1•13 years ago
|
||
What is fink? Why do we care?
![]() |
||
Comment 3•13 years ago
|
||
fink is an alternative to things like homebrew on the mac: just another way to get/compile/install Unix-ish software on OS X.
Assignee | ||
Comment 4•13 years ago
|
||
(In reply to comment #2)
> What is fink? Why do we care?
And it's better than the rest of them because it is based on Debian apt. :-)
(And I happen to use it ;-)
Comment on attachment 664352 [details] [diff] [review]
Patch (v1)
I think fink is being dumb here, but ok, fine.
Attachment #664352 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 6•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
Assignee | ||
Comment 7•13 years ago
|
||
Further cleanup requested by glandium: https://hg.mozilla.org/mozilla-central/rev/6b87b58ff491
Assignee | ||
Comment 8•13 years ago
|
||
(In reply to Ehsan Akhgari [:ehsan] from comment #7)
> Further cleanup requested by glandium:
> https://hg.mozilla.org/mozilla-central/rev/6b87b58ff491
And backed this out, since that was broken for reasons that are not clear to me.
https://hg.mozilla.org/mozilla-central/rev/a425ea4f16c9
Assignee | ||
Comment 9•13 years ago
|
||
Comment on attachment 664352 [details] [diff] [review]
Patch (v1)
We need this for comm-central too.
Attachment #664352 -
Flags: review?(mbanner)
Comment 10•13 years ago
|
||
Comment on attachment 664352 [details] [diff] [review]
Patch (v1)
ok, r=me for comm-central.
Attachment #664352 -
Flags: review?(mbanner) → review+
Assignee | ||
Comment 11•13 years ago
|
||
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•