Re: plpython win32 - Mailing list pgsql-patches

From Magnus Hagander
Subject Re: plpython win32
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE4569FB@algol.sollentuna.se
Whole thread Raw
In response to plpython win32  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-patches
>> No. Not that one. PGAC_PATH_PYTHON. That is a different line. It's
>> defined in config/python.m4. The line is:
>>
>> python_includespec="-I${python_prefix}/include/python${python_version
>>}"
>
>Are we reading the same code?
>
># PGAC_PATH_PYTHON
># ----------------
># Look for Python and set the output variable 'PYTHON'
># to 'python' if found, empty otherwise.
>AC_DEFUN([PGAC_PATH_PYTHON],
>[AC_PATH_PROG(PYTHON, python)
>if test x"$PYTHON" = x""; then
>  AC_MSG_ERROR([Python not found])
>fi
>])

Not quite. Further down in that same file. Seems I mean
PGAC_CHECK_PYTHON_DIRS :-) Not used to these files... I guess that means
that I'm off on the wrong path. :-(

Anyway. The issue is that there is no Makefile in $python_configdir.
That's the part that we need to get rid of. Any pointers? Some kind of
if in python.m4 then probably?

//Magnus

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: plpython win32
Next
From: "Serguei A. Mokhov"
Date:
Subject: Translation updates for 7.4/8.0: postgres-ru