From 9e087dd343b67ac58a7f54e08335ac62fc33ed53 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 23 Feb 2013 11:14:49 -0800 Subject: [PATCH] AC_FUNC_GETLOADAVG: doc fix * doc/autoconf.texi (Particular Functions): Omit incorrect mention of @var{dir} before getloadavg.c. Problem reported by Patricke Welche in: http://lists.gnu.org/archive/html/autoconf-patches/2013-02/msg00006.html --- doc/autoconf.texi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 8f58d4a3..bf4823d5 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -5084,9 +5084,8 @@ If the system has the @code{getloadavg} function, define @code{HAVE_GETLOADAVG}, and set @code{GETLOADAVG_LIBS} to any libraries necessary to get that function. Also add @code{GETLOADAVG_LIBS} to @code{LIBS}. Otherwise, require an @code{AC_LIBOBJ} replacement for -@samp{getloadavg} with source code in @file{@var{dir}/getloadavg.c}, and -possibly define several other C preprocessor macros and output -variables: +@samp{getloadavg} and possibly define several other C preprocessor +macros and output variables: @enumerate @item -- 2.47.2