Add pg-config utility that stores some configuration parameters other
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 26 Aug 2000 13:08:16 +0000 (13:08 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 26 Aug 2000 13:08:16 +0000 (13:08 +0000)
commit9314141116e7851a87e760def912fda65b2ddca0
tree0613f3c8070b4c72fd3f6b56f3f8b2bce0b13c2b
parent40549e9cb5abd2986603883e4ab567dab34723c6
Add pg-config utility that stores some configuration parameters other
packages can use to configure their build.

E.g.,
$ pg-config --libdir
/usr/local/pgsql/lib

`pg-config --configure' stores the configure command line.
doc/src/sgml/Makefile
doc/src/sgml/ref/allfiles.sgml
doc/src/sgml/ref/commands.sgml
doc/src/sgml/ref/pg-config-ref.sgml [new file with mode: 0644]
src/bin/Makefile
src/bin/pg-config/Makefile [new file with mode: 0644]
src/bin/pg-config/pg-config.sh [new file with mode: 0644]