+Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
+
+       * configure.in: Don't build ld on i386-solaris2, same as for
+       sparc-solaris2.
+
+Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
+
 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * configure.in:  Configure gdb for alpha.
 
     # add the go32 support tools to the list
     configdirs=`echo go32 ${configdirs}`
     ;;
+  i[34]86-*-solaris2*)
+    # The linker does static linking correctly, but the Solaris C library
+    # has bugs such that some important functions won't work when statically
+    # linked.  (See man pages for getpwuid, for example.)
+    noconfigdirs="$noconfigdirs ld"
+    ;;
   i[34]86-*-sysv4*)
     # The SYSV4 C compiler doesn't handle Emacs correctly
     case "${CC}" in
     use_gnu_ld=no
     ;;
   sparc-*-solaris2*)
+    # See i386-*-solaris2* above.
     noconfigdirs="$noconfigdirs ld"
     ;;
   i[34]86-*-sco*)