Re: [PORTS] QNX4 port

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [PORTS] QNX4 port
Дата
Msg-id 199912201438.JAA17187@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [PORTS] QNX4 port  ("Kardos, Dr. Andreas" <kardos@repas-aeg.de>)
Список pgsql-ports
[Charset iso-8859-1 unsupported, filtering to ASCII...]
>
> Bruce Momjian wrote:
> >OK, my fix is to modify configure.in to lowercase $host before
> >comparison.  Hopefully 'tr' works on QNX.
>
>
> I havn't got the new sources yet, but this will definitly not work since
> $host is already lower case ("i386-pc-qnx4").
> The upper case "QNX" comes from "uname -s" as was stated below.
>
> uname -s | tr '[:upper:]' '[:lower:]'
> returns "qnx" on QNX4.

But configure.in has:

        if test "$GUESS"
        then TEMPLATE="$GUESS"
        else
            # Last chance ... maybe uname -s will match an entry.
            TEMPLATE=`uname -s | tr A-Z a-z`
        fi

Why does this fail?

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

В списке pgsql-ports по дате отправления:

Предыдущее
От: "Kardos, Dr. Andreas"
Дата:
Сообщение: Re: [PORTS] QNX4 port
Следующее
От: "Kardos, Dr. Andreas"
Дата:
Сообщение: Re: [PORTS] QNX4 port