diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-02-28 08:54:49 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-02-28 13:12:21 +0100 |
commit | 1933ae629e7b706c6c23673a381e778819db307d (patch) | |
tree | 1075d45bcb23ae61685fe45ab1578cbeeb069a15 /configure | |
parent | 864934131ef72dc3a403ad1375a94543fcc04206 (diff) | |
download | postgresql-1933ae629e7b706c6c23673a381e778819db307d.tar.gz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |