(jm_MACROS): Fix typo: gl_list_mounted_fs -> gl_cv_list_mounted_fs.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Aug 2003 06:53:30 +0000 (06:53 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Aug 2003 06:53:30 +0000 (06:53 +0000)
m4/jm-macros.m4

index dd66e09278fba9c952e98a8fa6496c71ddd67f36..65c9ebf0a989580e71b65043a91f47bc4e2ec0fa 100644 (file)
@@ -1,4 +1,4 @@
-#serial 67   -*- autoconf -*-
+#serial 68   -*- autoconf -*-
 
 m4_undefine([AC_LANG_SOURCE(C)])
 dnl The following is identical to the definition in c.m4
@@ -157,7 +157,7 @@ AC_DEFUN([jm_MACROS],
   # These tests are for df.
   AC_REQUIRE([gl_FSUSAGE])
   AC_REQUIRE([gl_MOUNTLIST])
-  if test $gl_list_mounted_fs = yes && test $gl_cv_fs_space = yes; then
+  if test $gl_cv_list_mounted_fs = yes && test $gl_cv_fs_space = yes; then
     DF_PROG='df$(EXEEXT)'
   fi
   AC_REQUIRE([jm_AC_DOS])