Opened 10 years ago
Closed 10 years ago
#855 closed defect (fixed)
autoreconf 2.69 produces warnings
Reported by: | Dimitar Misev | Owned by: | Bidesh Thapaliya |
---|---|---|---|
Priority: | major | Milestone: | 9.0.x |
Component: | build system | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Bidesh can you check and substitute realpath
with something else (it seems to be a specific GNU extension)? It's been introduced by you if I remember correctly.
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
autoreconf -fi produces the following warnings:
java/Makefile.am:57: warning: realpath ./src/rasj: non-POSIX variable name
java/Makefile.am:57: (probably a GNU make extension)
java/Makefile.am:58: warning: realpath ./src/org: non-POSIX variable name
java/Makefile.am:58: (probably a GNU make extension)