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=22773>. 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=22773 make install doesn't use DESTDIR and ignores paths set in ./configure ------- Additional Comments From [EMAIL PROTECTED] 2003-08-27 20:54 ------- Forgot to note that the make install overhaul contains changes to work around the feature that at least GNU make expands/executes $(shell ...) at the very beginning of the install rule, thus trying to install the binaries before $(MKINSTALLDIRS) has run. While at it, changed the headers to be installed in a similar way. And I've changed INSTALL_DATA -> INSTALL_PROGRAM for the shared lib, that's good practice at least on Linux.
