From ea9f58330b39334a6fc7422a99f19fb54d36d080 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 12 Apr 2007 19:41:03 +0000 Subject: [PATCH] * doc/autoconf.texi (Libraries): Typo fix: insert missing "in". --- ChangeLog | 4 ++++ doc/autoconf.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4dbb9fcb..0e052f64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-04-12 Jim Meyering + + * doc/autoconf.texi (Libraries): Typo fix: insert missing "in". + 2007-04-12 Ralf Wildenhues * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Fix AC_CONFIG_LINKS diff --git a/doc/autoconf.texi b/doc/autoconf.texi index af6b5e9f..49e925fc 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -4024,7 +4024,7 @@ in the presence of another that is not already in @code{LIBS}. @code{AC_CHECK_LIB} requires some care in usage, and should be avoided in some common cases. Many standard functions like @code{gethostbyname} -appear the standard C library on some hosts, and in special libraries +appear in the standard C library on some hosts, and in special libraries like @code{nsl} on other hosts. On some hosts the special libraries contain variant implementations that you may not want to use. These days it is normally better to use @code{AC_SEARCH_LIBS([gethostbyname], -- 2.47.2