diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-28 21:39:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-28 21:39:28 +0000 |
commit | 9d78678c229d4888a4e129eb049832073b67eda6 (patch) | |
tree | 0de15d19669bbd765869d50b3676fc89f2eed18f | |
parent | 30978dfadff7802f2217a5a2bef9cc07f18bf685 (diff) | |
download | coreutils-9d78678c229d4888a4e129eb049832073b67eda6.tar.xz |
(jm_MACROS): Don't set GETGROUPS_LIB here; now it's
done via getgroups.m4's wrapper function.
-rw-r--r-- | m4/jm-macros.m4 | 3 |
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]) |