Put path configuration information into a .h file instead of cluttering

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 13f96c4b6bc59f25ce430ad987cd0881284b6e76
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-05-21T20:56:50Z
Releases: 8.0.0
Put path configuration information into a .h file instead of cluttering
several different module Makefiles with it.  Also, do any adjustment
of installation paths during configure, rather than every time Makefile.global
is read.

Files

PathChange+/−
configure modified +55 −0
configure.in modified +54 −1
src/backend/utils/fmgr/Makefile modified +1 −5
src/interfaces/libpq/fe-connect.c modified +2 −1
src/interfaces/libpq/Makefile modified +3 −9
src/Makefile.global.in modified +3 −39
src/port/Makefile modified +13 −9
src/port/path.c modified +7 −4