mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Add PostgreSQL home page to --help output
Per emerging standard in GNU programs and elsewhere. Autoconf already has support for specifying a home page, so we can just that. Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://www.postgresql.org/message-id/flat/8d389c5f-7fb5-8e48-9a4a-68cec44786fa%402ndquadrant.com
This commit is contained in:
6
configure
vendored
6
configure
vendored
@ -585,7 +585,7 @@ PACKAGE_TARNAME='postgresql'
|
||||
PACKAGE_VERSION='13devel'
|
||||
PACKAGE_STRING='PostgreSQL 13devel'
|
||||
PACKAGE_BUGREPORT='pgsql-bugs@lists.postgresql.org'
|
||||
PACKAGE_URL=''
|
||||
PACKAGE_URL='https://www.postgresql.org/'
|
||||
|
||||
ac_unique_file="src/backend/access/common/heaptuple.c"
|
||||
ac_default_prefix=/usr/local/pgsql
|
||||
@ -1600,6 +1600,7 @@ Use these variables to override the choices made by `configure' or to help
|
||||
it to find libraries and programs with nonstandard names/locations.
|
||||
|
||||
Report bugs to <pgsql-bugs@lists.postgresql.org>.
|
||||
PostgreSQL home page: <https://www.postgresql.org/>.
|
||||
_ACEOF
|
||||
ac_status=$?
|
||||
fi
|
||||
@ -19516,7 +19517,8 @@ $config_links
|
||||
Configuration commands:
|
||||
$config_commands
|
||||
|
||||
Report bugs to <pgsql-bugs@lists.postgresql.org>."
|
||||
Report bugs to <pgsql-bugs@lists.postgresql.org>.
|
||||
PostgreSQL home page: <https://www.postgresql.org/>."
|
||||
|
||||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
|
Reference in New Issue
Block a user