From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Magnus Hagander <mha(at)sollentuna(dot)net>, <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | Re: FW: Postgresql on win32 |
Date: | 2001-01-22 17:10:46 |
Message-ID: | Pine.LNX.4.30.0101221804200.1090-100000@peter.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Lane writes:
> Actually, it might be easier to go back to keeping it in a file
> version.h (NOT .in) which configure could read it out of. I never
> figured out why Peter put it directly in configure.in in the first
> place; that means it is actually hard-coded in two files (configure.in
> and configure) which is a recipe for trouble. Peter?
The original reason was to make it available to non-C programs. The
reason it was put in configure.in in particular was that the next Autoconf
upgrade would require that anyway. (Well, nothing is required, but that's
kind of the way things were supposed to work.)
I think you can just define it empty since the only way it will be used
(in the subset of things Win32 builds) is for psql --version output.
--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-01-22 17:14:32 | Re: AW: Re: MySQL and BerkleyDB (fwd) |
Previous Message | Tom Lane | 2001-01-22 17:08:57 | Re: FW: Postgresql on win32 |