Peter Eisentraut wrote:
> Andrew Dunstan wrote:
>
>> This patch should fix things for both sets of changes. And it
>> demonstrates pretty much what you need to do for config options for MSVC.
>>
>
> Btw., it is quite easily possible to use the autom4te tracing facility to
> parse the configure.ac file, in case you are interested in generating some of
> the Windows build code automatically.
>
> For example:
>
> $ autoconf -t 'AC_ARG_ENABLE:$1' configure.in
> integer-datetimes
> nls
> shared
> rpath
> spinlocks
> debug
> profiling
> dtrace
> segmented-files
> depend
> cassert
> thread-safety
> thread-safety
> thread-safety-force
> largefile
>
> Let me know if you want to do something with that.
>
>
Yeah, maybe. Let's fix the issue pg_config.h.win32 that Tom raised first.
cheers
andrew
In response to
Responses
pgsql-hackers by date
| Next: | From: Andrew Dunstan | Date: 2008-05-03 13:50:30 |
| Subject: statement timeout vs dump/restore |
| Previous: | From: Peter Eisentraut | Date: 2008-05-03 09:15:01 |
| Subject: Re: [COMMITTERS] pgsql: Sigh ... |
pgsql-committers by date
| Next: | From: User Fxjr | Date: 2008-05-03 15:33:19 |
| Subject: npgsql - Npgsql2: Added a prepared bytea support test. |
| Previous: | From: Peter Eisentraut | Date: 2008-05-03 09:15:01 |
| Subject: Re: [COMMITTERS] pgsql: Sigh ... |
pgsql-patches by date
| Next: | From: Andreas 'ads' Scherbaum | Date: 2008-05-03 16:38:02 |
| Subject: Re: create or replace language |
| Previous: | From: Simon Riggs | Date: 2008-05-03 11:42:08 |
| Subject: Re: configure option for XLOG_BLCKSZ |