Hi, please apply the enclosed patch to zsh-4.0.1 (zsh-4.0.1.tar.gz as of 01 Jun 2001) in order to fix some (minor) build/install problems. The patch contains small changes to 3 files: 1. zsh-4.0.1/Test/Makefile.in: without the patch "make DESTDIR=some_where check" rather badly fails. Why would I want to use "DESTDIR=some_where" together with "make check"? Seen in isolation this admittedly doesn't make much sense, nevertheless "make check" shouldn't fail. Consider, however, "make DESTDIR=some_where all check install" 2. zsh-4.0.1/Makefile.in: without the patch I had to say "make all; make -C Doc info" as user and "make install install.info" as root instead of the more natural "make all info". You might say that "make install.info" will build the info pages in any case. True, but when the build tree is on an nfs-mounted filesystem, root may not have write permission. 3. zsh-4.0.1/Doc/Makefile.in: without the patch "make DESTDIR=some_where install.info" produces some weird messages (in my case zsh.info from zsh-3.0.5 had no 'INFO-DIR-SECTION', or there may not be any /usr/local/info/zsh.info at all). =============================== Please reply directly to me since I am not a subscriber of this list. best regards Peter Breitenlohner