Simplify passing of configure arguments to pg_config
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 10 Feb 2020 16:12:46 +0000 (17:12 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 10 Feb 2020 18:23:41 +0000 (19:23 +0100)
commitb691c189c671ca9b88743ed6546b60641e5199e4
tree9ccc6bcf457b207ccc447ec9ce77dd9ee200606e
parent11de6c903da99a4b2220acfa776fc26c7f384ccc
Simplify passing of configure arguments to pg_config

The previous system had configure put the value into the makefiles and
then have the makefiles pass them to the build of pg_config.  That was
put in place when pg_config was a shell script.  We can simplify that
by having configure put the value into pg_config.h directly.  This
also makes the standard build system match how the MSVC build system
already does it.

Discussion: https://www.postgresql.org/message-id/flat/6e457870-cef5-5f1d-b57c-fc89cfb8a788%402ndquadrant.com
configure
configure.in
src/Makefile.global.in
src/common/Makefile
src/common/config_info.c
src/include/pg_config.h.in
src/tools/msvc/Solution.pm