Re: add server include files to default installation? - Mailing list pgsql-hackers

From Marc G. Fournier
Subject Re: add server include files to default installation?
Date
Msg-id 20040516221645.K52585@ganymede.hub.org
Whole thread Raw
In response to Re: add server include files to default installation?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: add server include files to default installation?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: add server include files to default installation?  (Jan Wieck <JanWieck@Yahoo.com>)
List pgsql-hackers
On Sat, 15 May 2004, Bruce Momjian wrote:

> Fabien COELHO wrote:
> >
> > Dear hackers,
> >
> > I wish to submit a small patch so that server includes and
> > all necessary configuration files could be installed *by default*.
> >
> > The current status is that server includes files are only installed
> > if explicitly required (make install-all-headers).
> >
> > The idea is that external extension modules (new types or whatever)
> > could then *rely* on the fact that these files are available, which
> > would make developping and installing these extensions quite easier.
> >
> > As an illustration, the apache software installs by default all
> > necessary includes and even a special tailored command (apxs) so as
> > to help extension modules to be compiled, installed and even configured
> > easilly.
> >
> > Is there any opposition to this move? Silence will mean consent;-)
>
> Agreed.  I would also like to see Makefile.global installed.
> pg_config.h has C-level configs, and Makefile.global has the
> Makefile-level configs.

Don't agree with Makefile.global, cause then you have to also install the
physical template files for the various operating system too, no?  What
else does Makefile.global rely on?

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664


pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Rough draft for Unicode-aware
Next
From: Bruce Momjian
Date:
Subject: Re: add server include files to default installation?