changeset 4583:49061d1a606e

(jm_MACROS): Fix typo: gl_list_mounted_fs -> gl_cv_list_mounted_fs.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Aug 2003 06:53:30 +0000
parents 02efc69861ae
children 6779c53654bc
files m4/jm-macros.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -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 @@
   # 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])