[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev [PATCH 2.8.5-pre4] OS/2 build


The first chunk is a new bug (hardwired path to sh); The second one is
very old...  (and should be applied to some other file which generates
"configure").

Hope this helps,
Ilya

--- ./cfg_defs.sh-pre	Wed Jan  7 18:03:08 2004
+++ ./cfg_defs.sh	Mon Feb  2 01:49:10 2004
@@ -20,7 +20,7 @@ sed \
 	-e 's/^.[^=]*_cv_//' \
 	-e 's/=\${.*=/=/'  \
 	-e 's/}$//'          \
-	config.cache | /bin/sh $TOP/cfg_edit.sh >>$OUT
+	config.cache | sh $TOP/cfg_edit.sh >>$OUT
 
 cat >>$OUT <<EOF
 };
@@ -36,7 +36,7 @@ sed	-e 's@	@ @g' \
 	-e 's@^[ 	]*#define[ 	]*@@' \
 	-e 's@[ ]*/\*.*\*/@@' \
 	-e 's@[ 	][ 	]*@=@' \
-    | /bin/sh $TOP/cfg_edit.sh >>$OUT
+    | sh $TOP/cfg_edit.sh >>$OUT
 
 cat >>$OUT <<EOF
 };
--- configure	Mon Feb  2 01:06:34 2004
+++ configure.good	Mon Feb  2 16:48:08 2004
@@ -13917,7 +13917,7 @@ if test $use_externs != "no" ; then
 #define USE_EXTERNALS 1
 EOF
 
-	LIBOBJS="$LIBOBJS LYExtern.o"
+	LIBOBJS="$LIBOBJS LYExtern\$(o)"
 fi
 
 echo $ac_n "checking if you want to use setfont support""... $ac_c" 1>&6
@@ -14933,7 +14933,7 @@ fi
 echo "$ac_t""$use_dired" 1>&6
 
 if test ".$use_dired" != ".no" ; then
-	LIBOBJS="$LIBOBJS LYLocal.o"
+	LIBOBJS="$LIBOBJS LYLocal\$(o)"
 	cat >> confdefs.h <<\EOF
 #define DIRED_SUPPORT 1
 EOF

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to majordomo@xxxxxxx



This mailing list archive is a service of Copilot Consulting.