/[autoconf]/autoconf/lib/autoconf/functions.m4
ViewVC logotype

Diff of /autoconf/lib/autoconf/functions.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.68 by akim, Wed Jul 17 16:55:49 2002 UTC revision 1.69 by akim, Mon Sep 9 15:43:38 2002 UTC
# Line 553  AC_DEFUN([AC_FUNC_GETLOADAVG], Line 553  AC_DEFUN([AC_FUNC_GETLOADAVG],
553  [ac_have_func=no # yes means we've found a way to get the load average.  [ac_have_func=no # yes means we've found a way to get the load average.
554    
555  # Make sure getloadavg.c is where it belongs, at configure-time.  # Make sure getloadavg.c is where it belongs, at configure-time.
556  test -f "$ac_config_libobj_dir/getloadavg.c" ||  test -f "$srcdir/$ac_config_libobj_dir/getloadavg.c" ||
557    AC_MSG_ERROR([$ac_config_libobj_dir/getloadavg.c is missing])    AC_MSG_ERROR([$srcdir/$ac_config_libobj_dir/getloadavg.c is missing])
558    
559  ac_save_LIBS=$LIBS  ac_save_LIBS=$LIBS
560    
# Line 600  AC_CHECK_FUNCS(getloadavg, [], Line 600  AC_CHECK_FUNCS(getloadavg, [],
600  AC_CACHE_CHECK(whether getloadavg requires setgid,  AC_CACHE_CHECK(whether getloadavg requires setgid,
601                 ac_cv_func_getloadavg_setgid,                 ac_cv_func_getloadavg_setgid,
602  [AC_EGREP_CPP([Yowza Am I SETGID yet],  [AC_EGREP_CPP([Yowza Am I SETGID yet],
603  [#include "$ac_config_libobj_dir/getloadavg.c"  [#include "$srcdir/$ac_config_libobj_dir/getloadavg.c"
604  #ifdef LDAV_PRIVILEGED  #ifdef LDAV_PRIVILEGED
605  Yowza Am I SETGID yet  Yowza Am I SETGID yet
606  @%:@endif],  @%:@endif],

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26