Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Bug in configure (zsh version 3.1.5)



My wtmp file wasn't found (it's in /var/log).

--system info--
asgard (~) sjl 4:51:>uname -a
Linux asgard.tky.hut.fi 2.0.35 #5 Fri Sep 4 23:08:20 EEST 1998 i586
unknown
asgard (~) sjl 4:51:>gcc --version
2.7.2.3
--end--

The following patch fixed this:

--begin--
--- aczsh.m4~   Fri Oct 30 00:08:11 1998
+++ aczsh.m4    Sun Nov  1 04:47:27 1998
@@ -388,7 +388,7 @@
 
 AC_DEFUN(zsh_PATH_UTMP,
 [AC_CACHE_CHECK([for $1 file], [zsh_cv_path_$1],
-[for dir in /etc /usr/etc /var/adm /usr/adm /var/run ./conftest; do
+[for dir in /etc /usr/etc /var/adm /usr/adm /var/run /var/log ./conftest;
do
   zsh_cv_path_$1=${dir}/$1
   test -f $zsh_cv_path_$1 && break
   zsh_cv_path_$1=no
--end--

Regards,

Sami J. Lehtinen  --  Sami.Lehtinen@xxxxxx  --  Sami.Lehtinen@xxxxxx
work: 09 4354 3214 gsm: 050 5170 258     http://www.hut.fi/~sjlehtin
SSH Communications Security Ltd.                  http://www.ssh.fi/



Messages sorted by: Reverse Date, Date, Thread, Author