This patch fixes generated files, so should be taken as a hint only.
The problems it fixes:
a) "rooted" file name pattern got ridiculously broken;
b) src/makefile lists chrtrans/makeuctb$x as a dependency without
having a rule to build it.
Enjoy,
Ilya
--- ./configure-ini Sun Oct 15 02:25:56 2000
+++ ./configure Sun Oct 15 02:33:28 2000
@@ -3957,7 +3957,7 @@ fi
case ".$withval" in #(vi
./*) #(vi
;;
-.a-zA-Z:\\/*) #(vi OS/2 EMX
+.[a-zA-Z]:[\\/]*) #(vi OS/2 EMX
;;
.\${*prefix}*) #(vi
eval withval="$withval"
--- ./src/makefile-ini Sun Oct 15 02:41:12 2000
+++ ./src/makefile Sun Oct 15 02:54:22 2000
@@ -174,6 +174,9 @@ $(TABLES):
UCdomap.o: UCdomap.c chrtrans/UCkd.h chrtrans/makeuctb$x chrtrans/makeuctb.c \
UCdomap.h $(CMN)UCMap.h $(TABLES) $(top_srcdir)/userdefs.h
+
+chrtrans/makeuctb$x:
+ cd chrtrans; make makeuctb$x
UCAux.o : UCAux.c $(CMN)UCAux.h $(CMN)UCDefs.h
LYCookie.o: $(top_srcdir)/userdefs.h
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]