Re: add server include files to default installation?

From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>, PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: add server include files to default installation?
Date: 2004-05-17 01:17:27
Message-ID: 20040516221645.K52585@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-05-17 01:24:07 Re: add server include files to default installation?
Previous Message Tatsuo Ishii 2004-05-17 01:14:21 Re: Rough draft for Unicode-aware