summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-09-28 21:39:28 +0000
committerJim Meyering <jim@meyering.net>2002-09-28 21:39:28 +0000
commit9d78678c229d4888a4e129eb049832073b67eda6 (patch)
tree0de15d19669bbd765869d50b3676fc89f2eed18f /m4
parent30978dfadff7802f2217a5a2bef9cc07f18bf685 (diff)
downloadcoreutils-9d78678c229d4888a4e129eb049832073b67eda6.tar.xz
(jm_MACROS): Don't set GETGROUPS_LIB here; now it's
done via getgroups.m4's wrapper function.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index c9638eceb..f39577ef1 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -1,4 +1,4 @@
-#serial 52 -*- autoconf -*-
+#serial 53 -*- autoconf -*-
dnl Misc type-related macros for fileutils, sh-utils, textutils.
@@ -66,7 +66,6 @@ AC_DEFUN([jm_MACROS],
AC_REQUIRE([gt_INTTYPES_PRI])
AC_REQUIRE([jm_FUNC_GETGROUPS])
- test -n "$GETGROUPS_LIB" && LIBS="$GETGROUPS_LIB $LIBS"
AC_REQUIRE([AC_FUNC_FSEEKO])
AC_REQUIRE([AC_FUNC_VPRINTF])