Changed "echo > stamp-h.in" in Makefile.in to "date > stamp-h.in" so that
authorDan Harkless <dan@harkless.org>
Tue, 29 Feb 2000 05:59:16 +0000 (05:59 +0000)
committerDan Harkless <dan@harkless.org>
Tue, 29 Feb 2000 05:59:16 +0000 (05:59 +0000)
commitb1450ec537bd31be606633aa363201cc2ed95b9a
tree036375da394ba1e7664b0b541996258df578a92e
parentc4ce52f0d1cc06ae49317c31a068a5e555bf54d6
Changed "echo > stamp-h.in" in Makefile.in to "date > stamp-h.in" so that
stamp-h.in will be different each time configure.in and related files are
changed, making it easier to check it in (which is necessary to prevent
unnecessary autoconf calls).

My declaration of initgroups() in slocal.c to eliminate the "no prototype"
warning wasn't portable (FreeBSD 3.[23] choked).  Now use AC_EGREP_HEADER to see
where initgroups() is declared, if anywhere.
ChangeLog
Makefile.in
acconfig.h
config.h.in
configure
configure.in
stamp-h.in
uip/slocal.c