changeset 4075:420495d74bf1

Add more comments to latest changelog change.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 06 Dec 2002 19:42:39 +0000
parents 9ee83167b137
children c9f986ba634e
files m4/ChangeLog
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -6,8 +6,10 @@
 
 	* Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
 	and jm-glibc-io.m4, as they are no longer a special case.
-	* jm-glibc-io.m4: New file.
-	* jm-glibc-io.m4n: Remove.
+	* jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
+	kludge and the auto-generation stuff.  Check only whether the
+	functions are declared, not whether they exist, since older hosts
+	that don't declare the functions can't use the optimization anyway.
 
 2002-07-06  Jim Meyering  <meyering@lucent.com>