From 4fc935a5d47d40aac5b1ecf51aa5beaab03e8f76 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 27 Sep 2005 17:39:35 +0000 Subject: Fix problems with PGXS builds against an installation tree that was relocated after installation. We can't trust the installation paths inserted into Makefile.global by configure, so instead we must get the paths from pg_config. This requires extending pg_config to support all the separately-configurable path names, but that was on TODO anyway. --- doc/src/sgml/ref/pg_config-ref.sgml | 63 +++++++++++++++++++++++++++++++++++-- 1 file changed, 60 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_config-ref.sgml b/doc/src/sgml/ref/pg_config-ref.sgml index daf0496290c..4eef80a3ce0 100644 --- a/doc/src/sgml/ref/pg_config-ref.sgml +++ b/doc/src/sgml/ref/pg_config-ref.sgml @@ -1,4 +1,4 @@ - + @@ -53,6 +53,17 @@ + + + + + Print the location of documentation files. (This will be an empty + string if --without-docdir was specified when + PostgreSQL was built.) + + + + @@ -62,12 +73,20 @@ + + + + + Print the location of other C header files. + + + + - Print the location of C header files for server - programming. + Print the location of C header files for server programming. @@ -93,6 +112,44 @@ + + + + + Print the location of locale support files. (This will be an empty + string if locale support was not configured when + PostgreSQL was built.) + + + + + + + + + Print the location of manual pages. + + + + + + + + + Print the location of architecture-independent support files. + + + + + + + + + Print the location of system-wide configuration files. + + + + -- cgit v1.2.3