diff options
Diffstat (limited to 'Build/source/texk/dvidvi/c-auto.in')
-rw-r--r-- | Build/source/texk/dvidvi/c-auto.in | 7 |
1 files changed, 2 insertions, 5 deletions
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 |