lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev configure and bash2


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

Hi, Lynx people.

I just report here, a problem of 'configure' which I
experienced with bash 2.01.1 and released lynx2.8.

bash2 has stricter grammer default than older version,
so this happened, I guess.

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

This only happens when you define bash2 as /bin/sh,
so, this should not often happen.

I don't know problem is in autoconf or just script, though...


------cut here--------cut here---------------------------
*** configure   Mon Sep 14 10:47:07 1998
--- configure.back      Mon Sep 14 10:46:41 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]