summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-08 10:25:03 +0000
committerJim Meyering <jim@meyering.net>2004-04-08 10:25:03 +0000
commitba2e895b06751ada1aaa15b6100687e1d5567c9f (patch)
tree5eb46863c94dd6de39438e4ddda6cbe0b07228ba /m4
parenta021886f982ed533fddf6e93ea50ba07a0d5fe75 (diff)
downloadcoreutils-ba2e895b06751ada1aaa15b6100687e1d5567c9f.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog5
-rw-r--r--m4/jm-macros.m42
2 files changed, 6 insertions, 1 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index c592568f8..23c002c77 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-07 Paul Eggert <eggert@twinsun.com>
+
+ * 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 <eggert@twinsun.com>
* c-stack.m4, getline.m4, getndelim2.m4, mbswidth.m4, po.m4,
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 3c8372c6c..6528e70b3 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.