Re: Autoconf, libpq and replacement function

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Autoconf, libpq and replacement function
Дата
Msg-id 49258149.40305@gmx.net
обсуждение исходный текст
Ответ на Autoconf, libpq and replacement function  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: Autoconf, libpq and replacement function  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
Magnus Hagander wrote:
> How do I make this work with the autoconf magic? I see there is an
> AC_CHECK_FNMATCH and AC_REPLACE_FNMATCH and so, but I have a feeling I
> need to do something different since it's libpq?

AC_*_FNMATCH will figure out whether you need fnmatch(), so something 
involving those is necessary.

For libpq, check libpq's Makefile for, say, snprintf, to get an idea 
about the "something different".

Altogether, this might not be a trivial case.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Error arguments in pl_exec.c
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Silence compiler warning about ignored return value.