# HG changeset patch # User Jim Meyering # Date 1001255075 0 # Node ID 0193ef97f757b065bb71a56a9622eb506a81611c # Parent a708c56e1ef8c03b5c5c62f5845120975bc6949f *** empty log message *** diff --git a/m4/ChangeLog b/m4/ChangeLog --- 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