Re: [PORTS] QNX4 port

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Kardos, Dr(dot) Andreas" <kardos(at)repas-aeg(dot)de>
Cc: pgsql-ports(at)postgreSQL(dot)org
Subject: Re: [PORTS] QNX4 port
Date: 1999-12-20 14:38:03
Message-ID: 199912201438.JAA17187@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Kardos, Dr. Andreas 1999-12-20 15:14:48 Re: [PORTS] QNX4 port
Previous Message Kardos, Dr. Andreas 1999-12-20 08:43:13 Re: [PORTS] QNX4 port