Bug in Makefile.PL
"Lincoln A. Baxter" <[email protected]>
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <1071874163.20920.372.camel@lws> |
There seems to be a bug in Makefile.PL 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, and 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. Is this intentional? Lincoln