From e8257266aa5a14633de4ee84d26d11b44032442e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 17 Aug 2003 06:53:30 +0000 Subject: [PATCH] (jm_MACROS): Fix typo: gl_list_mounted_fs -> gl_cv_list_mounted_fs. --- m4/jm-macros.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index dd66e09278..65c9ebf0a9 100644 --- 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 @@ 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]) -- 2.30.2