pgsql (configure configure.in) - Mailing list pgsql-committers

From Peter Eisentraut - PostgreSQL
Subject pgsql (configure configure.in)
Date
Msg-id 200010202103.e9KL31167286@hub.org
Whole thread Raw
List pgsql-committers
  Date: Friday, October 20, 2000 @ 17:03:00
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql
     from hub.org:/home/projects/pgsql/tmp/cvs-serv64892

Modified Files:
    configure configure.in

-----------------------------  Log Message  -----------------------------

Add support for VPATH builds, that is, building somewhere else than in the
source directory.  This involves mostly makefiles using $(srcdir) when they
might have used ".".  (Regression tests don't work with this, yet.)

Sort out usage of CPPFLAGS, CFLAGS (and CXXFLAGS).  Add "override" keyword
in most places, to preserve necessary flags even when the user overrode the
flags.


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql/src (Makefile.global.in)
Next
From: Peter Eisentraut - PostgreSQL
Date:
Subject: pgsql/contrib/array (Makefile)