Opened 10 years ago
Closed 10 years ago
#7939 closed enhancement (fixed)
autoconf-2.13 is needed by firefox-47.0
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | 7.10 |
| Component: | BOOK | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Description
It seems that distros have installed autoconf-2.13 for firefox for many years - we managed to get away without it. But now firefox-47 has introduced configure.py (initially, it is used in js/src - no idea if it replaces all of configure yet). And that dies if autoconf-2.13 is not found.
Trying to use an environment variable to persuade it to use current autoconf fails:
autoconf: error: invalid option `--localdir=/scratch/ken/firefox-47.0/js/src'
At the moment, it fails many tests (pre-install), and it installs an old copy of standards.info which would overwrite the current version - I'm looking at those issues.
Change History (2)
comment:1 by , 10 years ago
| Status: | new → assigned |
|---|
comment:2 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Fixed at r17494