OSDN Git Service

Extend pg_config to be able to report the build-time values of CC,
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 9 Aug 2005 22:47:03 +0000 (22:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 9 Aug 2005 22:47:03 +0000 (22:47 +0000)
commitcbd015d71829e825cefde48bf71786d5eb177b94
tree19493448d1a0ca944d218c457ccf4a8151736fa0
parentc7bba5e21c25e5b4afda3df7c1a9ef9d7a4584ed
Extend pg_config to be able to report the build-time values of CC,
CPPFLAGS, CFLAGS, CFLAGS_SL, LDFLAGS, LDFLAGS_SL, and LIBS.  Change it
so that invoking pg_config with no arguments reports all available
information, rather than just giving an error message.  Per discussion.
doc/src/sgml/ref/pg_config-ref.sgml
src/bin/pg_config/Makefile
src/bin/pg_config/pg_config.c
src/bin/pg_config/win32.mak