From 971d190dc4a50ec861628362e992a06be0bd771b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 29 Oct 2000 22:43:08 +0000 Subject: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming. --- m4/ls-mntd-fs.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4/ls-mntd-fs.m4') 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 ]) -- cgit v1.2.3-54-g00ecf