configure: Allow adding a custom string to PG_VERSION This can be used to mark custom built binaries with an extra version string such as a git describe identifier or distribution package release version.
From: Oskari Saarenmaa <[email protected]> Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/46328916eefc5f9eaf249518e96f68afcd35923b Modified Files -------------- configure | 39 +++++++++++++++++++++++++++++++++++---- configure.in | 8 ++++++-- doc/src/sgml/installation.sgml | 13 +++++++++++++ 3 files changed, 54 insertions(+), 6 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
