public inbox for [email protected]  
help / color / mirror / Atom feed
Detecting PostgreSQL client library
3+ messages / 2 participants
[nested] [flat]

* Detecting PostgreSQL client library
@ 2024-07-10 16:05 Igor Korot <[email protected]>
  2024-07-10 16:10 ` Re: Detecting PostgreSQL client library Pavel Stehule <[email protected]>
  0 siblings, 1 reply; 3+ messages in thread

From: Igor Korot @ 2024-07-10 16:05 UTC (permalink / raw)
  To: pgsql-generallists.postgresql.org <[email protected]>

Hi, ALL,
Is there an explicit autotools macro that can tell
the presence of PostgreSQL client library?
And that can be used with "configure" script.

Or I should be using AC_CHECK_MODULE() one?

Thank you.






^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: Detecting PostgreSQL client library
  2024-07-10 16:05 Detecting PostgreSQL client library Igor Korot <[email protected]>
@ 2024-07-10 16:10 ` Pavel Stehule <[email protected]>
  2024-07-10 16:25   ` Re: Detecting PostgreSQL client library Igor Korot <[email protected]>
  0 siblings, 1 reply; 3+ messages in thread

From: Pavel Stehule @ 2024-07-10 16:10 UTC (permalink / raw)
  To: Igor Korot <[email protected]>; +Cc: pgsql-generallists.postgresql.org <[email protected]>

Hi

st 10. 7. 2024 v 18:07 odesílatel Igor Korot <[email protected]> napsal:

> Hi, ALL,
> Is there an explicit autotools macro that can tell
> the presence of PostgreSQL client library?
> And that can be used with "configure" script.
>
> Or I should be using AC_CHECK_MODULE() one?
>

I use

I use
https://github.com/okbob/pspg/blob/master/tools/m4_ax_lib_postgresql.m4

Regards

Pavel


> Thank you.
>
>
>


^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: Detecting PostgreSQL client library
  2024-07-10 16:05 Detecting PostgreSQL client library Igor Korot <[email protected]>
  2024-07-10 16:10 ` Re: Detecting PostgreSQL client library Pavel Stehule <[email protected]>
@ 2024-07-10 16:25   ` Igor Korot <[email protected]>
  0 siblings, 0 replies; 3+ messages in thread

From: Igor Korot @ 2024-07-10 16:25 UTC (permalink / raw)
  To: Pavel Stehule <[email protected]>; +Cc: pgsql-generallists.postgresql.org <[email protected]>

On Wed, Jul 10, 2024 at 11:11 AM Pavel Stehule <[email protected]> wrote:
>
> Hi
>
> st 10. 7. 2024 v 18:07 odesílatel Igor Korot <[email protected]> napsal:
>>
>> Hi, ALL,
>> Is there an explicit autotools macro that can tell
>> the presence of PostgreSQL client library?
>> And that can be used with "configure" script.
>>
>> Or I should be using AC_CHECK_MODULE() one?
>
>
> I use
>
> I use https://github.com/okbob/pspg/blob/master/tools/m4_ax_lib_postgresql.m4

Thank you.

>
> Regards
>
> Pavel
>
>>
>> Thank you.
>>
>>






^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2024-07-10 16:25 UTC | newest]

Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-07-10 16:05 Detecting PostgreSQL client library Igor Korot <[email protected]>
2024-07-10 16:10 ` Pavel Stehule <[email protected]>
2024-07-10 16:25   ` Igor Korot <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox