From 1933ae629e7b706c6c23673a381e778819db307d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 28 Feb 2020 08:54:49 +0100 Subject: 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 Discussion: https://www.postgresql.org/message-id/flat/8d389c5f-7fb5-8e48-9a4a-68cec44786fa%402ndquadrant.com --- configure | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index d2c74e530c..93ee4a2937 100755 --- a/configure +++ b/configure @@ -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 . +PostgreSQL home page: . _ACEOF ac_status=$? fi @@ -19516,7 +19517,8 @@ $config_links Configuration commands: $config_commands -Report bugs to ." +Report bugs to . +PostgreSQL home page: ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -- cgit v1.2.3