summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-02 12:58:27 +0000
committerJim Meyering <jim@meyering.net>2000-07-02 12:58:27 +0000
commita8a5b983f13d834fc6f2922154aff00070f21d69 (patch)
treebbfc0a04742c5a622d060dac5ad7be1b71776df8 /m4/jm-macros.m4
parent5d6bc792ac60c711e112e3c417f2af0a67755196 (diff)
downloadcoreutils-a8a5b983f13d834fc6f2922154aff00070f21d69.tar.xz
Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with AC_LIBOBJ([function_name]).
Diffstat (limited to 'm4/jm-macros.m4')
-rw-r--r--m4/jm-macros.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index cbe58ef1a..9e260278d 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -1,4 +1,4 @@
-#serial 22
+#serial 23
dnl Misc type-related macros for fileutils, sh-utils, textutils.
@@ -198,8 +198,8 @@ AC_DEFUN(jm_MACROS,
jm_FILE_SYSTEM_USAGE([space=yes], [space=no])
if test $list_mounted_fs = yes && test $space = yes; then
DF_PROG="df"
- LIBOBJS="$LIBOBJS fsusage.$ac_objext"
- LIBOBJS="$LIBOBJS mountlist.$ac_objext"
+ AC_LIBOBJ([fsusage])
+ AC_LIBOBJ([mountlist])
fi
])