Remove conftestdir{,2} before trying to create the directory.
[gnulib.git] / m4 / fsusage.m4
index f0077db..67db3bc 100644 (file)
@@ -1,4 +1,4 @@
-#serial 2
+#serial 4
 
 # From fileutils/configure.in
 
@@ -11,7 +11,7 @@
 AC_DEFUN(jm_FILE_SYSTEM_USAGE,
 [
 
-AC_MSG_CHECKING(how to get filesystem space usage)
+echo "checking how to get filesystem space usage..."
 ac_fsusage_space=no
 
 # Perform only the link test since it seems there are no variants of the
@@ -187,6 +187,6 @@ AC_TRY_CPP([#include <sys/filsys.h>],
   ac_fsusage_space=yes)
 fi
 
-AC_SHELL_IFELSE([test $ac_fsusage_space = yes], [$1], [$2])dnl
+AS_IFELSE([test $ac_fsusage_space = yes], [$1], [$2])dnl
 
 ])