$NetBSD: patch-ba,v 1.1 2005/03/21 14:44:08 tv Exp $ --- m4/ls-mntd-fs.m4.orig Mon Jan 26 04:18:10 2004 +++ m4/ls-mntd-fs.m4 @@ -271,6 +271,10 @@ if test -z "$ac_list_mounted_fs"; then fi fi +case $host in +*-interix3*) ac_list_mounted_fs=found;; +esac + if test -z "$ac_list_mounted_fs"; then AC_MSG_ERROR([could not determine how to read list of mounted filesystems]) # FIXME -- no need to abort building the whole package