From 94767ce8cf5e77a57ce2ce30c8c50e4fb6512696 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 28 Jan 2001 21:45:36 +0000 Subject: add a comment, reformat a little. --- m4/ls-mntd-fs.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'm4/ls-mntd-fs.m4') 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 -- cgit v1.2.3-54-g00ecf