Hi,

I tested tetex-2.99.8.20050101 for Momonga Linux distribution.
I am planning to apply tetex-2.99.8 or the successor to the
next release of the distribution.

I noticed a small bug. In building on texk/web2c directory,
make is stopped by an error:

  make[3]: Leaving directory `/home/muraken/rpm/BUILD/tetex-src-2.99
  .8.20050101-beta/texk/web2c/lib'
  aleph.web aleph.ch
  make[2]: aleph.web: Command not found
  make[2]: *** [aleph.p] Error 127
  make[2]: Leaving directory `/home/muraken/rpm/BUILD/tetex-src-2.99
  .8.20050101-beta/texk/web2c'
  make[1]: *** [all] Error 1
  make[1]: Leaving directory `/home/muraken/rpm/BUILD/tetex-src-2.99
  .8.20050101-beta/texk'
  make: *** [all] Error 1

Reason for this error is withenable.ac. It will be treated by
attached patch.

--
Kenta MURATA (muraken)

diff -uN tetex-src-2.99.8.20050101-beta.orig/texk/web2c/withenable.ac 
tetex-src-2.99.8.20050101-beta/texk/web2c/withenable.ac
--- tetex-src-2.99.8.20050101-beta.orig/texk/web2c/withenable.ac        
2004-12-21 04:57:52.000000000 +0900
+++ tetex-src-2.99.8.20050101-beta/texk/web2c/withenable.ac     2005-01-08 
13:36:52.000000000 +0900
@@ -15,8 +15,8 @@
 
 dnl Do we compile e-Omega?
 dnl We default to yes if the sources are available.
-AC_ARG_WITH(eomega,
-[  --without-eomega            don't compile and install e-Omega])
+AC_ARG_WITH(aleph,
+[  --without-aleph            don't compile and install Aleph])
 
 dnl Do we compile pdfTeX?
 dnl We default to yes if the sources are available.

Reply via email to