X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgetloadavg.m4;h=9116738e9487dd2079ef3744689e52abf3e52c30;hb=9988b8061774009801b30317af2309eb24f94e3f;hp=edcce0dd01364531de3d0a2ab0f61f6e5d7ed1f7;hpb=eac949439081351060e9cf70127046ea1eaff547;p=gnulib.git diff --git a/m4/getloadavg.m4 b/m4/getloadavg.m4 index edcce0dd0..9116738e9 100644 --- a/m4/getloadavg.m4 +++ b/m4/getloadavg.m4 @@ -1,4 +1,4 @@ -#serial 7 +#serial 8 # A replacement for autoconf's macro by the same name. This version # accepts an optional argument specifying the name of the $srcdir-relative @@ -15,7 +15,7 @@ AC_DEFUN([AC_FUNC_GETLOADAVG], # By default, expect to find getloadavg.c in $srcdir/. ac_lib_dir_getloadavg=$srcdir # But if there's an argument, DIR, expect to find getloadavg.c in $srcdir/DIR. -ifval([$1], [ac_lib_dir_getloadavg=$srcdir/$1]) +m4_ifval([$1], [ac_lib_dir_getloadavg=$srcdir/$1]) # Make sure getloadavg.c is where it belongs, at ./configure-time. test -f $ac_lib_dir_getloadavg/getloadavg.c \ || AC_MSG_ERROR([getloadavg.c is not in $ac_lib_dir_getloadavg])