lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev Re: configure and bash2


From: Tadayoshi Okuma
Subject: lynx-dev Re: configure and bash2
Date: Mon, 14 Sep 1998 11:12:11 +0900

I wrote as:
> what I changed for 'configure' is attached below.
> without that, you see error message like :
> 'this make doesn't support include.'

I am sorry, I mistook order and put reveresed patch.
correct patch is below:

------cut here--------cut here---------------------------
*** configure.back      Mon Sep 14 11:08:36 1998
--- configure   Mon Sep 14 11:08:59 1998
***************
*** 918,924 ****
        @echo 'cf_make_include=\$(RESULT)'
  CF_EOF
        cf_make_include=""
!       eval `cd $cf_dir && ${MAKE-make} 2>&5 | grep cf_make_include=OK`
        if test -n "$cf_make_include"; then
                make_include_left="$cf_include"
                make_include_quote="$cf_quote"
--- 918,924 ----
        @echo 'cf_make_include=\$(RESULT)'
  CF_EOF
        cf_make_include=""
!       eval `(cd $cf_dir && ${MAKE-make})2>&5 | grep cf_make_include=OK`
        if test -n "$cf_make_include"; then
                make_include_left="$cf_include"
                make_include_quote="$cf_quote"
------cut here--------cut here---------------------------

--
Tadayoshi Ohkuma <address@hidden>
Pacific HiTech KK --- http://www.pht.co.jp/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]