From: Jim Meyering Date: Thu, 12 Apr 2007 19:41:03 +0000 (+0000) Subject: * doc/autoconf.texi (Libraries): Typo fix: insert missing "in". X-Git-Tag: v2.62~330 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea9f58330b39334a6fc7422a99f19fb54d36d080;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Libraries): Typo fix: insert missing "in". --- 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],