Fix a number of places where reconfiguring with a different installation

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

Commit: cd2ad9b944fb236557bfe85999ac56857e0f22cd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-12-23T21:56:21Z
Releases: 8.0.0
Fix a number of places where reconfiguring with a different installation
prefix would fail, because the new path did not get propagated to where
it needed to be.  Note this would fail even with --enable-depend.

Files

PathChange+/−
src/backend/utils/fmgr/Makefile modified +5 −1
src/bin/initdb/Makefile modified +5 −1
src/bin/pg_ctl/Makefile modified +2 −2
src/bin/pg_dump/Makefile modified +5 −1
src/test/regress/GNUmakefile modified +2 −2