diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure b/configure index d2c74e530c6..93ee4a29370 100755 --- a/configure +++ b/configure @@ -585,7 +585,7 @@ PACKAGE_TARNAME='postgresql' PACKAGE_VERSION='13devel' PACKAGE_STRING='PostgreSQL 13devel' PACKAGE_BUGREPORT='[email protected]' -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 <[email protected]>. +PostgreSQL home page: <https://www.postgresql.org/>. _ACEOF ac_status=$? fi @@ -19516,7 +19517,8 @@ $config_links Configuration commands: $config_commands -Report bugs to <[email protected]>." +Report bugs to <[email protected]>. +PostgreSQL home page: <https://www.postgresql.org/>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |