summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-06 04:48:11 +0000
committerJim Meyering <jim@meyering.net>2000-07-06 04:48:11 +0000
commit082c0a9e2326442fa37485a0227dad480706676a (patch)
treef5138fbbf2f8ee2eae58f10c57300300ebc30c2d
parent24e6e3340908251221721feb3b6a97ceac7b0a77 (diff)
downloadcoreutils-082c0a9e2326442fa37485a0227dad480706676a.tar.xz
.
-rw-r--r--m4/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index d5513fd1c..76951c788 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,12 @@
+2000-07-05 Paul Eggert <eggert@twinsun.com>
+ and Bruno Haible <haible@clisp.cons.org>
+
+ * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
+ only if the test for an object-type mbstate_t fails. This
+ prevents us from mistakenly reporting that mbstate_t is a
+ system object type after we "#define mbstate_t int" to work
+ around its lack.
+
2000-07-04 Jim Meyering <meyering@lucent.com>
* fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead