summaryrefslogtreecommitdiff
path: root/m4/ls-mntd-fs.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-10-29 22:43:08 +0000
committerJim Meyering <jim@meyering.net>2000-10-29 22:43:08 +0000
commit971d190dc4a50ec861628362e992a06be0bd771b (patch)
treed28f46b6d181fb0c2588ba598825119f96061c58 /m4/ls-mntd-fs.m4
parent05fc0219adcbf223c06ccf890565b766b45be509 (diff)
downloadcoreutils-971d190dc4a50ec861628362e992a06be0bd771b.tar.xz
s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
Diffstat (limited to 'm4/ls-mntd-fs.m4')
-rw-r--r--m4/ls-mntd-fs.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ls-mntd-fs.m4 b/m4/ls-mntd-fs.m4
index aa8ca2d5a..caaaecf98 100644
--- a/m4/ls-mntd-fs.m4
+++ b/m4/ls-mntd-fs.m4
@@ -1,4 +1,4 @@
-#serial 5
+#serial 6
dnl From Jim Meyering.
dnl
@@ -239,6 +239,6 @@ if test -z "$ac_list_mounted_fs"; then
# Can't build mountlist.c or anything that needs its functions
fi
-AC_SHELL_IFELSE([test $ac_list_mounted_fs = found], [$1], [$2])dnl
+AS_IFELSE([test $ac_list_mounted_fs = found], [$1], [$2])dnl
])