On 04 Jun 2001 21:47:05 +0200, Hrvoje Niksic <[EMAIL PROTECTED]> wrote:
> 
> GNU Wget 1.7 has been released.  It is available from
> ftp://ftp.gnu.org/pub/gnu/wget/wget-1.7.tar.gz and mirrors of that
> site (see list of mirror sites at http://www.gnu.org/order/ftp.html).

I downloaded wget-1.7, when I tried to configure it, I received an
error. I found the error was in ltconfig, because the variable 
`ORIGINAL_CONFIG_SHELL' was not set. Setting this variable outside
the if solved the problem. The diff is below.

Ehud.


cd /wget-1.7/
diff -c /wget-1.7/ltconfig.org  /wget-1.7/ltconfig
*** /wget-1.7/ltconfig.org      Sat Mar 17 16:21:00 2001
--- /wget-1.7/ltconfig          Thu Jun 14 16:15:07 2001
***************
*** 96,101 ****
--- 96,104 ----
    done
    IFS="$save_ifs"
  
+   ORIGINAL_CONFIG_SHELL="${CONFIG_SHELL-/bin/sh}"
+   export ORIGINAL_CONFIG_SHELL
+ 
    if test "X$echo" = Xecho; then
      # We didn't find a better echo, so look for alternatives.
      if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
***************
*** 105,112 ****
      elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
         test "X$CONFIG_SHELL" != X/bin/ksh; then
        # If we have ksh, try running ltconfig again with it.
-       ORIGINAL_CONFIG_SHELL="${CONFIG_SHELL-/bin/sh}"
-       export ORIGINAL_CONFIG_SHELL
        CONFIG_SHELL=/bin/ksh
        export CONFIG_SHELL
        exec "$CONFIG_SHELL" "$0" --no-reexec ${1+"$@"}
--- 108,113 ----

Diff finished at Thu Jun 14 18:14:29


-- 
 Ehud Karni     Mivtach - Simon  Insurance   /"\
 Tel: +972-3-6212-757 Fax: +972-3-6292-544   \ /  ASCII Ribbon Campaign
 (USA) Fax and  voice  mail: 1-815-5509341    X   Against  HTML  Mail
     Better     Safe     Than     Sorry      / \
     mailto:[EMAIL PROTECTED]    http://www.simonwiesel.co.il

Reply via email to