projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d738dc
)
(jm_MACROS): Fix typo: gl_list_mounted_fs -> gl_cv_list_mounted_fs.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 17 Aug 2003 06:53:30 +0000
(06:53 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 17 Aug 2003 06:53:30 +0000
(06:53 +0000)
m4/jm-macros.m4
patch
|
blob
|
history
diff --git
a/m4/jm-macros.m4
b/m4/jm-macros.m4
index dd66e09278fba9c952e98a8fa6496c71ddd67f36..65c9ebf0a989580e71b65043a91f47bc4e2ec0fa 100644
(file)
--- a/
m4/jm-macros.m4
+++ b/
m4/jm-macros.m4
@@
-1,4
+1,4
@@
-#serial 6
7
-*- autoconf -*-
+#serial 6
8
-*- 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])