Put path configuration information into a .h file instead of cluttering
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |