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 '[EMAIL PROTECTED] ]*#define[ ]*@@' \
-e '[EMAIL PROTECTED] ]*/\*.*\*/@@' \
-e '[EMAIL PROTECTED] ][ [EMAIL PROTECTED]@' \
- | /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 [EMAIL PROTECTED]