]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 25 Aug 1999 19:45:11 +0000 (19:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 25 Aug 1999 19:45:11 +0000 (19:45 +0000)
ChangeLog
INSTALL

index 609bcb5d41b705f9ed1eb473cccbc88eaf7291df..898e4e2be38d0d9f98aeb1e0379981fda45464f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-08-25  Ulrich Drepper  <drepper@cygnus.com>
+
+       * db2/Makefile: Link db_dump185 against libdb1.
+
 1999-08-25  Mark Kettenis  <kettenis@gnu.org>
 
        * sysdeps/unix/sysv/linux/ptsname.c: Add checks to make sure we're
diff --git a/INSTALL b/INSTALL
index cd937921e7fde8b68ef11ebc898921212803816f..beaf06b0c6b5d4b1997ce59920b19cc283f670ab 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -87,7 +87,7 @@ will be used, and CFLAGS sets optimization options for the compiler.
      given with no list, it enables all the add-on packages it finds.
      If you do not wish to use some add-on package that you have
      present in your source tree, give this option a list of the
-     add-ons that you _do_ want used, like this:
+     add-ons that you *do* want used, like this:
      `--enable-add-ons=crypt,linuxthreads'
 
 `--with-binutils=DIRECTORY'
@@ -304,7 +304,6 @@ build the GNU C library:
      Perl is not required, but it is used if present to test the
      installation.  We may decide to use it elsewhere in the future.
 
-
 If you change any of the `configure.in' files you will also need
 
    * GNU `autoconf' 2.12 or higher
@@ -411,7 +410,7 @@ installed there.
 library on your system against the new library for the sake of new code,
 but keep the old libraries around for old binaries to use.  This is
 complicated and difficult.  Consult the Glibc2 HOWTO at
-<http://www.imaxx.net/~thrytis/glibc> for details.
+`http://www.imaxx.net/~thrytis/glibc' for details.
 
    You cannot use `nscd' with 2.0 kernels, due to bugs in the
 kernel-side thread support.  `nscd' happens to hit these bugs
@@ -429,7 +428,7 @@ remain unfixed for all eternity, if not longer.
    It is a good idea to check first that the problem was not reported
 before.  Bugs are documented in two places: The file `BUGS' describes a
 number of well known bugs and the bug tracking system has a WWW
-interface at <http://www-gnats.gnu.org:8080/cgi-bin/wwwgnats.pl>.  The
+interface at `http://www-gnats.gnu.org:8080/cgi-bin/wwwgnats.pl'.  The
 WWW interface gives you access to open and closed reports.  The closed
 reports normally include a patch or a hint on solving the problem.