Put path configuration information into a .h file instead of cluttering
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 May 2004 20:56:50 +0000 (20:56 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 May 2004 20:56:50 +0000 (20:56 +0000)
commit13f96c4b6bc59f25ce430ad987cd0881284b6e76
treeac3c6779e95afe538db77c552942e1f7c6651231
parent748a15a8ea98fc80fc7cebf523246910109c1eae
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.
configure
configure.in
src/Makefile.global.in
src/backend/utils/fmgr/Makefile
src/interfaces/libpq/Makefile
src/interfaces/libpq/fe-connect.c
src/port/Makefile
src/port/path.c