From: Dan Harkless Date: Tue, 29 Feb 2000 05:59:16 +0000 (+0000) Subject: Changed "echo > stamp-h.in" in Makefile.in to "date > stamp-h.in" so that X-Git-Tag: nmh-1_0~75 X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=b1450ec537bd31be606633aa363201cc2ed95b9a;hp=b1450ec537bd31be606633aa363201cc2ed95b9a;p=mmh 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. ---