]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Libraries): Typo fix: insert missing "in".
authorJim Meyering <meyering@lucent.com>
Thu, 12 Apr 2007 19:41:03 +0000 (19:41 +0000)
committerJim Meyering <meyering@lucent.com>
Thu, 12 Apr 2007 19:41:03 +0000 (19:41 +0000)
ChangeLog
doc/autoconf.texi

index 4dbb9fcbbf32417c6c4e9972e8a699374f6569b2..0e052f64c7e5e5b99ec12bb426cef4a595b827c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-12  Jim Meyering  <jim@meyering.net>
+
+       * doc/autoconf.texi (Libraries): Typo fix: insert missing "in".
+
 2007-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Fix AC_CONFIG_LINKS
index af6b5e9fa8825df400751e67b5f47bda4f1ea64a..49e925fc343f4f0d3a42c5d8031ed26bf3466fa4 100644 (file)
@@ -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],