summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-03-02 07:37:12 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-03-02 07:37:12 +0000
commitcdf8e464b07ef54545afd149c3efb6ec92fa0666 (patch)
treeda7e52acc03cc83092021938f7d650ac43f12d7d /m4/ChangeLog
parentd124b35e4291ed172e9e6a051c4edcd3ca60389b (diff)
downloadcoreutils-cdf8e464b07ef54545afd149c3efb6ec92fa0666.tar.xz
Require gl_USE_SYSTEM_EXTENSIONS, not merely AC_GNU_SOURCE, for the
benefit of Solaris 10 when compiled pedantically.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 98c0024c0..3e063f8c4 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,5 +1,11 @@
2006-03-01 Paul Eggert <eggert@cs.ucla.edu>
+ * clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
+ not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
+ pedantically.
+ * nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
+ * timespec.m4 (gl_TIMESPEC): Likewise.
+
* extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
not "==". Reported by Ralf Wildenhues.