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 /ChangeLog | |
parent | 3f02b772a42c10fd172b6e5a8baa50d7ef9c59fc (diff) | |
download | glibc-02d35f0646050157d47f22f2f74347431d5ccbdd.zip glibc-02d35f0646050157d47f22f2f74347431d5ccbdd.tar.gz glibc-02d35f0646050157d47f22f2f74347431d5ccbdd.tar.bz2 |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2019-09-09 Paul Eggert <eggert@cs.ucla.edu> + 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. + Regenerate charmap-kw.h, locfile-kw.h This propagates the recent http->https URL changes. Since I used gperf 3.1 to regenerate, this is also a minor |