From: Ben Elliston Date: Mon, 28 Sep 1998 18:49:51 +0000 (+0000) Subject: Correct attribution for AC_CHECK_FILE and friends. X-Git-Tag: autoconf-2-13-rc1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d040dc6c63249c818c42fa609da844338badb8d6;p=thirdparty%2Fautoconf.git Correct attribution for AC_CHECK_FILE and friends. --- diff --git a/ChangeLog b/ChangeLog index 94f7cf5a..3ede26f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -51,7 +51,7 @@ * acgeneral.m4 (AC_CHECK_FILE): New macro. Checks for the existence of a file in the file system (native only). - Contributed by Theodore Y. Ts'o . + Contributed by Ken Raeburn . (AC_CHECK_FILES): Likewise. 1998-09-15 Didier Verna