Closed
Bug 262243
Opened 21 years ago
Closed 21 years ago
[NSPR] fail to update configure
Categories
(NSPR :: NSPR, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: eagle.lu, Assigned: wtc)
Details
I want to regenerate nspr/configure with nspr/configure.in by using the
following command:
cd nspr
autoconf (or autconf configure.in > new-configure).
I got the following errors:
autoconf: Undefined macros:
***BUG in Autoconf--please report*** AC_YYTEXT_POINTER
Comment 1•21 years ago
|
||
-> nspr
Assignee: nobody → wchang0222
Component: Build Config → NSPR
Product: Browser → NSPR
QA Contact: core.build-config → wchang0222
Summary: [NSPR] fail to update configure → [NSPR] fail to update configure
Version: Trunk → other
| Assignee | ||
Comment 2•21 years ago
|
||
Hi Boying,
Something is wrong with your autoconf installation.
Also, please check your autoconf version with
"autoconf --version". NSPR only works with version
2.13 (maybe 2.12, too). Do not use version 2.5x.
Status: NEW → ASSIGNED
Yes, you are right, The autoconf 2.13 is not installed correctly on my machine.
Thanks a lot.
| Assignee | ||
Comment 4•21 years ago
|
||
Marked the bug invalid.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•