I installed this minor fix that follows up to today's euidaccess cleanup
<http://lists.gnu.org/archive/html/bug-coreutils/2004-07/msg00076.html>.

2004-07-25  Paul Eggert  <[EMAIL PROTECTED]>

        * jm-macros.m4 (gl_MACROS): Remove test for setreuid and setregid,
        as test.c no longer uses them directly.

Index: m4/jm-macros.m4
===================================================================
RCS file: /home/eggert/coreutils/cu/m4/jm-macros.m4,v
retrieving revision 1.194
diff -p -u -r1.194 jm-macros.m4
--- m4/jm-macros.m4     7 Jun 2004 15:26:49 -0000       1.194
+++ m4/jm-macros.m4     25 Jul 2004 06:10:31 -0000
@@ -106,9 +106,6 @@ AC_DEFUN([gl_MACROS],
     tzset \
   )
 
-  # for test.c
-  AC_CHECK_FUNCS(setreuid setregid)
-
   AC_FUNC_STRTOD
 
   AC_REQUIRE([cu_PREREQ_STAT_PROG])


_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to