Thread: Detecting PostgreSQL client library

Detecting PostgreSQL client library

From
Igor Korot
Date:
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.



Re: Detecting PostgreSQL client library

From
Pavel Stehule
Date:
Hi

st 10. 7. 2024 v 18:07 odesílatel Igor Korot <ikorot01@gmail.com> 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


Regards

Pavel


Thank you.


Re: Detecting PostgreSQL client library

From
Igor Korot
Date:
On Wed, Jul 10, 2024 at 11:11 AM Pavel Stehule <pavel.stehule@gmail.com> wrote:
>
> Hi
>
> st 10. 7. 2024 v 18:07 odesílatel Igor Korot <ikorot01@gmail.com> 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.
>>
>>