Add pg-config utility that stores some configuration parameters other
Peter Eisentraut <peter_e@gmx.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/Makefile | modified | +2 −1 |
| doc/src/sgml/ref/allfiles.sgml | modified | +2 −1 |
| doc/src/sgml/ref/commands.sgml | modified | +2 −1 |
| doc/src/sgml/ref/pg-config-ref.sgml | added | +90 −0 |
| src/bin/Makefile | modified | +2 −2 |
| src/bin/pg-config/Makefile | added | +31 −0 |
| src/bin/pg-config/pg-config.sh | added | +70 −0 |