diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-09 14:10:23 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-09 14:16:40 -0700 |
commit | 02d35f0646050157d47f22f2f74347431d5ccbdd (patch) | |
tree | 0727e523e3a689d4f4d6ca99cbb5ed739a508d38 /configure | |
parent | 3f02b772a42c10fd172b6e5a8baa50d7ef9c59fc (diff) | |
download | glibc-02d35f0646050157d47f22f2f74347431d5ccbdd.tar.gz glibc-02d35f0646050157d47f22f2f74347431d5ccbdd.tar.xz glibc-02d35f0646050157d47f22f2f74347431d5ccbdd.zip |
Fix http: URL in 'configure'
* configure.ac: Add URL to AC_INIT so that it generates an https: URL instead of an http: URL. * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure index 618c9836fc..2f44b66656 100755 --- a/configure +++ b/configure @@ -582,7 +582,7 @@ PACKAGE_TARNAME='glibc' PACKAGE_VERSION='(see version.h)' PACKAGE_STRING='GNU C Library (see version.h)' PACKAGE_BUGREPORT='https://sourceware.org/bugzilla/' -PACKAGE_URL='http://www.gnu.org/software/glibc/' +PACKAGE_URL='https://www.gnu.org/software/glibc/' ac_unique_file="include/features.h" enable_option_checking=no @@ -1505,7 +1505,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 <https://sourceware.org/bugzilla/>. -GNU C Library home page: <http://www.gnu.org/software/glibc/>. +GNU C Library home page: <https://www.gnu.org/software/glibc/>. General help using GNU software: <http://www.gnu.org/gethelp/>. _ACEOF ac_status=$? @@ -7473,7 +7473,7 @@ Configuration commands: $config_commands Report bugs to <https://sourceware.org/bugzilla/>. -GNU C Library home page: <http://www.gnu.org/software/glibc/>. +GNU C Library home page: <https://www.gnu.org/software/glibc/>. General help using GNU software: <http://www.gnu.org/gethelp/>." _ACEOF |