Doug's fix for my MAILGROUP autoconf support on his platform (yep, I was
authorDan Harkless <dan@harkless.org>
Sat, 2 Oct 1999 05:55:54 +0000 (05:55 +0000)
committerDan Harkless <dan@harkless.org>
Sat, 2 Oct 1999 05:55:54 +0000 (05:55 +0000)
commita3727d33995d2782f111f159768d42a5c0cdfd99
tree23c6c1ee624acfc04db4f309785add1211036596
parent2da3024caea2be71550f9eabd2fbc08fefe29bb5
Doug's fix for my MAILGROUP autoconf support on his platform (yep, I was
ignorant about that "wheel" group) broke it on my platforms (AIX 4.1.5.0.01 and
Solaris 2.6).  `ls -lg` doesn't do what Doug was expecting on these platforms --
it displays _only_ the group rather than the user and the group (thus awk
'{print $4}' did the wrong thing).

Also did some miscellaneous cleanup, like making variables that were intended to
be cached actually be cached (renamed to nmh_cv_*, etc.), and using the $AWK
that we've auto-detected rather than relying on the $PATH to find one.
configure
configure.in