Re: UnixWare UP3 compiler detection patch - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: UnixWare UP3 compiler detection patch
Date
Msg-id Pine.LNX.4.44.0311010015270.1528-100000@peter.localdomain
Whole thread Raw
In response to UnixWare UP3 compiler detection patch  (Larry Rosenman <ler@lerctr.org>)
Responses Re: UnixWare UP3 compiler detection patch  (Larry Rosenman <ler@lerctr.org>)
List 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@gmx.net


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Improving the GiST docs
Next
From: Larry Rosenman
Date:
Subject: Re: UnixWare UP3 compiler detection patch