From: Jim Meyering Date: Thu, 8 Apr 2004 10:25:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1853 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba2e895b06751ada1aaa15b6100687e1d5567c9f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/m4/ChangeLog b/m4/ChangeLog index c592568f8f..23c002c773 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2004-04-07 Paul Eggert + + * jm-macros.m4 (jm_MACROS): Check for fdatasync within + -lrt and -lposix4, so that it can be used in Solaris 2.5.1 and later. + 2004-03-30 Paul Eggert * c-stack.m4, getline.m4, getndelim2.m4, mbswidth.m4, po.m4, diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 3c8372c6c1..6528e70b32 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 70 -*- autoconf -*- +#serial 71 -*- autoconf -*- dnl Misc type-related macros for fileutils, sh-utils, textutils.