changeset 2463:8c3ec4d66877

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Wed, 03 May 2000 08:30:24 +0000
parents 869c941506bb
children d332f87cc333
files m4/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,10 @@
+2000-05-02  Paul Eggert  <eggert@twinsun.com>
+
+	* largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
+	this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
+	compile-time test, rather than inspecting host and OS, to
+	decide whether to define _LARGEFILE_SOURCE.
+
 2000-05-01  Jim Meyering  <meyering@lucent.com>
 
 	* fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.