projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56274d4
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Sun, 23 Sep 2001 14:24:35 +0000
(14:24 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 23 Sep 2001 14:24:35 +0000
(14:24 +0000)
m4/ChangeLog
patch
|
blob
|
history
diff --git
a/m4/ChangeLog
b/m4/ChangeLog
index 2bf928666fe429d85b6f98f3722222cdbd8fdf5e..576bb20776d88bd6003955e992f1e3a700935daf 100644
(file)
--- 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>