summaryrefslogtreecommitdiff
path: root/m4/ls-mntd-fs.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-28 21:45:36 +0000
committerJim Meyering <jim@meyering.net>2001-01-28 21:45:36 +0000
commit94767ce8cf5e77a57ce2ce30c8c50e4fb6512696 (patch)
tree9b904e2ff595764b44f946f01b8f0cbcb3228ff9 /m4/ls-mntd-fs.m4
parent577a8f346ebdd5cd4077a9f759f4ad1285866f99 (diff)
downloadcoreutils-94767ce8cf5e77a57ce2ce30c8c50e4fb6512696.tar.xz
add a comment, reformat a little.
Diffstat (limited to 'm4/ls-mntd-fs.m4')
-rw-r--r--m4/ls-mntd-fs.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/ls-mntd-fs.m4 b/m4/ls-mntd-fs.m4
index 192062210..8966789f4 100644
--- a/m4/ls-mntd-fs.m4
+++ b/m4/ls-mntd-fs.m4
@@ -237,7 +237,8 @@ if test -z "$ac_list_mounted_fs"; then
# Can't build mountlist.c or anything that needs its functions
fi
-dnl FIXME: this should use AS_IF.
+dnl FIXME: this should use AS_IF instead:
+dnl AS_IF([test $ac_list_mounted_fs = found], [$1], [$2])
if test $ac_list_mounted_fs = found; then
$1
else