diff options
author | Karl Berry <karl@freefriends.org> | 2007-03-21 00:18:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-03-21 00:18:24 +0000 |
commit | b7e9cafe0afe105d3e39fb84af926e43c7f37bd9 (patch) | |
tree | 5c64bbd32c91ff3da388399a0506bd7f6a6e8cb5 | |
parent | 74ff4393c31bc035435e41974f231fbadb7dd4fc (diff) |
fix doc references to klibtool
git-svn-id: svn://tug.org/texlive/trunk@4072 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/dtl/c-auto.in | 7 | ||||
-rw-r--r-- | Build/source/texk/dvidvi/c-auto.in | 7 | ||||
-rw-r--r-- | Build/source/texk/lacheck/c-auto.in | 7 | ||||
-rw-r--r-- | Build/source/texk/musixflx/c-auto.in | 7 |
4 files changed, 8 insertions, 20 deletions
diff --git a/Build/source/texk/dtl/c-auto.in b/Build/source/texk/dtl/c-auto.in index b14960d0267..2b6c83703b0 100644 --- a/Build/source/texk/dtl/c-auto.in +++ b/Build/source/texk/dtl/c-auto.in @@ -10,11 +10,8 @@ /* web2c: the version string. */ #define WEB2CVERSION "REPLACE-WITH-WEB2CVERSION" -/* kpathsea/configure.in tests for these functions with - kb_AC_KLIBTOOL_REPLACE_FUNCS, and naturally Autoheader doesn't know - about that macro. Since the shared library stuff is all preliminary - anyway, I decided not to change Autoheader, but rather to hack them - in here. */ +/* These came from klibtool's kb_AC_KLIBTOOL_REPLACE_FUNCS, probably no + longer needed, doesn't hurt to leave them in, though. */ #undef HAVE_BASENAME #undef HAVE_PUTENV #undef HAVE_STRCASECMP diff --git a/Build/source/texk/dvidvi/c-auto.in b/Build/source/texk/dvidvi/c-auto.in index b14960d0267..2b6c83703b0 100644 --- a/Build/source/texk/dvidvi/c-auto.in +++ b/Build/source/texk/dvidvi/c-auto.in @@ -10,11 +10,8 @@ /* web2c: the version string. */ #define WEB2CVERSION "REPLACE-WITH-WEB2CVERSION" -/* kpathsea/configure.in tests for these functions with - kb_AC_KLIBTOOL_REPLACE_FUNCS, and naturally Autoheader doesn't know - about that macro. Since the shared library stuff is all preliminary - anyway, I decided not to change Autoheader, but rather to hack them - in here. */ +/* These came from klibtool's kb_AC_KLIBTOOL_REPLACE_FUNCS, probably no + longer needed, doesn't hurt to leave them in, though. */ #undef HAVE_BASENAME #undef HAVE_PUTENV #undef HAVE_STRCASECMP diff --git a/Build/source/texk/lacheck/c-auto.in b/Build/source/texk/lacheck/c-auto.in index 61fdb8dffa1..faaefcc6cb0 100644 --- a/Build/source/texk/lacheck/c-auto.in +++ b/Build/source/texk/lacheck/c-auto.in @@ -10,11 +10,8 @@ /* web2c: the version string. */ #define WEB2CVERSION "REPLACE-WITH-WEB2CVERSION" -/* kpathsea/configure.in tests for these functions with - kb_AC_KLIBTOOL_REPLACE_FUNCS, and naturally Autoheader doesn't know - about that macro. Since the shared library stuff is all preliminary - anyway, I decided not to change Autoheader, but rather to hack them - in here. */ +/* These came from klibtool's kb_AC_KLIBTOOL_REPLACE_FUNCS, probably no + longer needed, doesn't hurt to leave them in, though. */ #undef HAVE_BASENAME #undef HAVE_PUTENV #undef HAVE_STRCASECMP diff --git a/Build/source/texk/musixflx/c-auto.in b/Build/source/texk/musixflx/c-auto.in index b14960d0267..2b6c83703b0 100644 --- a/Build/source/texk/musixflx/c-auto.in +++ b/Build/source/texk/musixflx/c-auto.in @@ -10,11 +10,8 @@ /* web2c: the version string. */ #define WEB2CVERSION "REPLACE-WITH-WEB2CVERSION" -/* kpathsea/configure.in tests for these functions with - kb_AC_KLIBTOOL_REPLACE_FUNCS, and naturally Autoheader doesn't know - about that macro. Since the shared library stuff is all preliminary - anyway, I decided not to change Autoheader, but rather to hack them - in here. */ +/* These came from klibtool's kb_AC_KLIBTOOL_REPLACE_FUNCS, probably no + longer needed, doesn't hurt to leave them in, though. */ #undef HAVE_BASENAME #undef HAVE_PUTENV #undef HAVE_STRCASECMP |