Commits

Albert Cheng committed f89077b486f
[svn-r16950] Bug Fix (ID 1090): make DESTDIR=xyz install failed, complaining install directory such as .../lib does not exist. The reason was that the previous fix for DESTDIR had erros that sometimes ${libdir} was prefixed with $(DESTDIR) and sometimes not. Solution: Instead of inserting $(DESTDIR) all over the place (just like Gnu document shows), add $(DESTDIR) right where those libdir/includedir/bindir are defined. This should fix all things even if new install instructions are added. Tested: h5committest; and then test DESTDIR by hand, also run "gmake check-all-install" by hand.