Re: teTeX 2.96.4 TIE
Thomas Esser <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.beta |
|---|---|
| Message-ID | <[email protected]> |
> > Thomas Esser writes: > > > On Thu, Jul 08, 2004 at 08:16:05PM +0200, Hartmut Henkel wrote: > > > > >> E. g. where is $TIE normally set? > > > > > texk/web2c/Makefile.in: > > > TIE = @TIE@ > > > > > texk/web2c/configure.in > > > KPSE_CROSS_PATH_PROG(TIE, tie, ./tie) > > > > How come it wasn't set? > > (Dunno.) In fact i can't find any of these lines in the > tetex-src-beta-2.96.4.20040627.tar.gz files. But I believe it _has_ > worked... Oops... My reply was based on my current version of the code which is ahead a little (by changes from Olaf regarding cross compilation support). In 2.96.4, I see direct invocations of ./tie in pdfetexdir/pdfetex.mk and etexdir/etex.mk. These fragments end up in web2c/Makefile. So, I don't think that $(TIE) is set anywhere. But, this will change with the next version... Thomas