autoconf: AC_FUNC_GETLOADAVG: doc fix

https://github.com/libsdl-org/autoconf/commit/bd22bb66323f57cf7d390eb4d2d73796bf05c632

From bd22bb66323f57cf7d390eb4d2d73796bf05c632 Mon Sep 17 00:00:00 2001
From: Paul Eggert <[EMAIL REDACTED]>
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
(cherry picked from commit 9e087dd343b67ac58a7f54e08335ac62fc33ed53)
---
 doc/autoconf.texi | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 36eec1b2..93ab1ac4 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -5071,9 +5071,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