diff options
author | Karl Berry <karl@freefriends.org> | 2007-03-21 00:10:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-03-21 00:10:05 +0000 |
commit | e8ce727aab98811f12dc0580ba08030ef3303838 (patch) | |
tree | ac48471277366c91e281808d45f17f6b5c3fef19 /Build/source/texk/kpathsea | |
parent | f17c03aa1e3f4e0b175b3d0b75435c2f92f0876d (diff) |
remove mention of klibtool
git-svn-id: svn://tug.org/texlive/trunk@4070 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/install.texi | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index d62962b0ccd..8383d850eac 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2007-03-21 Karl Berry <karl@tug.org> + + * install.texi (Shared library): remove mention of klibtool. + 2007-03-09 Akira Kakuto <kakuto@fsci.fuk.kindai.ac.jp> * tex-file.c (kpse_init_format): reduce to just .fmt; diff --git a/Build/source/texk/kpathsea/install.texi b/Build/source/texk/kpathsea/install.texi index 09e02d7e410..fee0dfdbec9 100644 --- a/Build/source/texk/kpathsea/install.texi +++ b/Build/source/texk/kpathsea/install.texi @@ -657,12 +657,6 @@ yourself; for example, on Solaris, include something like default is very difficult, because of interactions with an existing installed shared library.) -Currently, shared library support is implemented only on Linux, SunOS 4 -(Solaris 1), SunOS 5 (Solaris 2), IRIX 5, and IRIX 6. If you're -interested and willing in adding support for other systems, please see -the @samp{configure} mode in the @file{klibtool} script, especially the -host-specific case statement around line 250. - @node Running make @subsection Running @code{make} |