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=13238>. 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=13238 make install, documentation ------- Additional Comments From [EMAIL PROTECTED] 2003-11-18 03:49 ------- I have prepared a patch that fixes an install issue related to the recent changes. The fix is to have configure set the INSTALL variables in each Makefile, so the On systems that do not have a compatible 'install' application or script installed, the install target should default to the provided xml- xalan/c/install-sh script. When executing configure from outside xml-xalan/c, configure sets the INSTALL_PROGRAM variable in the Makefile.incl to the absolute path location of install-sh. When configure is invoked in the xml- xalan/c directory, the relative path ./ is used. When another Makefile includes Makefile.incl the path will be invalid. paths will be correct. The patch has been tested in both cases described above.
