changeset 4646:b2ea1caa494d

Remove K&R cruft (alloca.m4 through getdate.m4).
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 09 Sep 2003 07:02:31 +0000
parents 3bce69327687
children b88ec9fe0334
files m4/ChangeLog
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,21 @@
+2003-09-08  Paul Eggert  <eggert@twinsun.com>
+
+	Assume C89 or better; remove K&R cruft.
+	* alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
+	* backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
+	string.h, getenv, malloc.
+	* dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
+	headers.
+	* canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
+	* error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
+	do not check for strerror.
+	* exclude.m4: Do not check for stdlib.h, string.h, strings.h.
+	* exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
+	* fatal.m4 (gl_FATAL): Do not require STDC headers, and
+	do not check for doprnt or vprintf.
+	* fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
+	* getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
+	
 2003-09-06  Paul Eggert  <eggert@twinsun.com>
 
 	* time_4.m4: New file.