Re: UnixWare UP3 compiler detection patch

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: UnixWare UP3 compiler detection patch
Date: 2003-10-31 23:17:46
Message-ID: Pine.LNX.4.44.0311010015270.1528-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Larry Rosenman writes:

> I put the following patch to detect the 7.1.3 UP3 compiler. If there
> are no SERIOUS objections, please apply:

This patch breaks about all the rules for robust autoconf tests:

1. Compile things using the compiler and the flags that the user chose,
not hardcoded ones.

2. Make sure you can clean up after yourself even if your code doesn't run
all the way through.

3. Don't execute programs you just compiled.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Larry Rosenman 2003-10-31 23:22:33 Re: UnixWare UP3 compiler detection patch
Previous Message Tom Lane 2003-10-31 22:41:59 Re: Improving the GiST docs