diff options
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/texk/web2c/configure | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/etexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/etexdir/etex.mk | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/stamp-configure | 2 |
4 files changed, 8 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure index b7733a0b381..0d4ab1725dd 100755 --- a/Build/source/texk/web2c/configure +++ b/Build/source/texk/web2c/configure @@ -1485,7 +1485,7 @@ Optional Packages: --without-aleph don't compile and install Aleph --without-pdftex don't compile and install pdfTeX --without-pdfetex don't compile and install pdfeTeX - --without-luatex don't compile and install pdfTeX + --without-luatex don't compile and install luaTeX --without-xetex don't compile and install XeTeX --with-cxx-runtime-hack link C++ runtime statically --with-editor=CMD invoke CMD from the e option vi +%d %s diff --git a/Build/source/texk/web2c/etexdir/ChangeLog b/Build/source/texk/web2c/etexdir/ChangeLog index 2f692cd7ab9..a3336cc9419 100644 --- a/Build/source/texk/web2c/etexdir/ChangeLog +++ b/Build/source/texk/web2c/etexdir/ChangeLog @@ -1,3 +1,7 @@ +2008-05-13 Peter Breitenlohner <peb@mppmu.mpg.de> + + * etex-mk: Use $(makecpool) instead of ./tex-mkcpool. + 2008-03-24 Karl Berry <karl@tug.org> * tex.ch0, diff --git a/Build/source/texk/web2c/etexdir/etex.mk b/Build/source/texk/web2c/etexdir/etex.mk index b9115935be6..330e68756c7 100644 --- a/Build/source/texk/web2c/etexdir/etex.mk +++ b/Build/source/texk/web2c/etexdir/etex.mk @@ -52,8 +52,8 @@ etex.web: tie etexdir/etex.mk $(etex_web_srcs) etex.ch: $(etex_ch_srcs) $(TIE) -c etex.ch $(etex_ch_srcs) -etex-pool.c: etex.pool tex-mkcpool tmf-pool.h - ./tex-mkcpool etex.pool tmf-pool.h >etex-pool.c +etex-pool.c: etex.pool $(makecpool) tmf-pool.h + $(makecpool) tex.pool $(srcdir)/tmf-pool.h >$@ || rm -f $@ # Tests... check: @ETEX@ etex-check diff --git a/Build/source/texk/web2c/stamp-configure b/Build/source/texk/web2c/stamp-configure index 251ab923a5f..23a550f5cb3 100644 --- a/Build/source/texk/web2c/stamp-configure +++ b/Build/source/texk/web2c/stamp-configure @@ -1 +1 @@ -Thu Apr 10 20:21:43 CEST 2008 +Tue May 13 14:40:09 CEST 2008 |