I'm surprised this didn't hit anyone sooner. Doug's portability fix of my
authorDan Harkless <dan@harkless.org>
Wed, 26 Jan 2000 06:39:49 +0000 (06:39 +0000)
committerDan Harkless <dan@harkless.org>
Wed, 26 Jan 2000 06:39:49 +0000 (06:39 +0000)
commitb58f16902582d0b2058a76b315bfc92fa8034672
tree9e2d70920fb712134f7dc52f09cd64135bfd8cf7
parente804a366f5091e90f1c0971e2b7546df69f1315a
I'm surprised this didn't hit anyone sooner.  Doug's portability fix of my
setgid inc autodetection didn't do its caching properly.  It cached the variable
$nmh_cv_ls_mail_grp (previously $nmh_group_mailspool), but did substitution on
$MAIL_SPOOL_GRP (previously $MAILGROUP) without setting the latter to the
former.  That meant that when re-running configure, $MAIL_SPOOL_GRP would be
NULL, so the $(MAIL_SPOOL_GRP) Make variable would be NULL, and installation
would fail with the error "install:  2755 does not exist" (since the argument to
-g was missing).
configure
configure.in
stamp-h.in