Hi,

In message <[EMAIL PROTECTED]> at Sat, 08 Jan 2005 14:24:44 +0900,
Kenta MURATA <[EMAIL PROTECTED]> wrote:
> 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.

An another patch is needed for treating above error.
The patch is attached this mail.

-- 
Kenta MURATA (muraken)

--- tetex-src-2.99.8.20050101-beta.orig/texk/web2c/configure.in 2004-12-29 
03:27:10.000000000 +0900
+++ tetex-src-2.99.8.20050101-beta/texk/web2c/configure.in      2005-01-08 
16:41:43.000000000 +0900
@@ -387,7 +387,7 @@
 KPSE_CROSS_PATH_PROG(CTANGLEBOOT, ctangle, ./ctangleboot)
 KPSE_CROSS_PATH_PROG(CTANGLE, ctangle, ./ctangle)
 KPSE_CROSS_PATH_PROG(TIE, tie, ./tie)
-if test "x$with_omega" = xyes || test "x$with_aleph" = yes; then
+if test "x$with_omega" = xyes || test "x$with_aleph" = xyes; then
 KPSE_CROSS_PATH_PROG(OTANGLE, otangle, ./otangle)
 fi
 

Reply via email to