summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-23 14:24:35 +0000
committerJim Meyering <jim@meyering.net>2001-09-23 14:24:35 +0000
commitad094a6c529c766e06fd45719557efa743aad696 (patch)
treec7712e326e5794875eece8636841f48f84171fbd /m4
parent98a0f8c36e9a901094929d5b56814119d4185597 (diff)
downloadcoreutils-ad094a6c529c766e06fd45719557efa743aad696.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 2bf928666..576bb2077 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -3,6 +3,9 @@
* ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
instead of the mere test for existence of mntent.h. The latter
would get a false-positive on AIX 3.4 systems.
+ In the outer getmntent if-block, don't die if neither of the getmntent
+ tests succeeds. Instead, just fall through and continue with the
+ remaining tests.
2001-09-22 Jim Meyering <meyering@lucent.com>