diff m4/ls-mntd-fs.m4 @ 3136:f6b3861b7e43

(jm_LIST_MOUNTED_FILESYSTEMS): Add `[]' between use of AS_IF and following `dnl'.
author Jim Meyering <jim@meyering.net>
date Sat, 27 Jan 2001 13:24:13 +0000
parents 19f8a1c2fe5b
children 5beb119bff66
line wrap: on
line diff
--- a/m4/ls-mntd-fs.m4
+++ b/m4/ls-mntd-fs.m4
@@ -1,4 +1,4 @@
-#serial 7
+#serial 8
 
 dnl From Jim Meyering.
 dnl
@@ -237,6 +237,6 @@
   # Can't build mountlist.c or anything that needs its functions
 fi
 
-AS_IF([test $ac_list_mounted_fs = found], [$1], [$2])dnl
+AS_IF([test $ac_list_mounted_fs = found], [$1], [$2])[]dnl
 
   ])