DO NOT REPLY [Bug 25675] New: - Makefile.PL does not use CONFIG_STATUS
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <[email protected]> |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25675>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25675
Makefile.PL does not use CONFIG_STATUS
Summary: Makefile.PL does not use CONFIG_STATUS
Product: Xerces-P
Version: 1.3
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: Other
Component: Build System
AssignedTo: [email protected]
ReportedBy: [email protected]
If one defines CONFIG_STATUS it complains that it can not find it
when if fact it never sets $config_file based on the definition.
It appears that Makefile.PL does not even use this definition.
The only time Makefile.PL looks for $config_file is when XERCESCROOT
is defined, and then only in the default location.
Hence this EV is not used, and is misleading.