Mostly already done, but there were some stragglers.
index 3f12acb7189d6914d22571b4273dabb11b471789..3ac588dfb5c91144d7ead0709ad869919f975235 100644 (file)
class="osname">Linux</systemitem>, <systemitem class="osname">NetBSD</systemitem>,
<systemitem class="osname">Solaris</systemitem>), for other systems you
can download an add-on package from <ulink
- url="http://www.gnu.org/software/gettext/"></ulink>.
+ url="https://www.gnu.org/software/gettext/"></ulink>.
If you are using the <application>Gettext</application> implementation in
the <acronym>GNU</acronym> C library then you will additionally
need the <productname>GNU Gettext</productname> package for some
index 2c61ca8aa894dbc2fd385b6a0488cc00e0bed14b..aca36c757ec89032b309e8bff8060e68998ed8f5 100644 (file)
* access to the original string and translated string, and for cases where
* immediate translation is not possible, like when initializing global
* variables.
- * http://www.gnu.org/software/autoconf/manual/gettext/Special-cases.html
+ *
+ * https://www.gnu.org/software/gettext/manual/html_node/Special-cases.html
*/
#define gettext_noop(x) (x)
index 2d84305f26bcf17898c8eac6293a839c29621b43..1a3dce34ed3782d84664f1f849f5f77836c89c1c 100644 (file)
*
* Documentation:
* * Legacy __sync Built-in Functions for Atomic Memory Access
- * http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fsync-Builtins.html
+ * https://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fsync-Builtins.html
* * Built-in functions for memory model aware atomic operations
- * http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fatomic-Builtins.html
+ * https://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fatomic-Builtins.html
*
* src/include/port/atomics/generic-gcc.h
*
index 41460a17c96449c5797aaa7ce86781b9e98fefd6..a8f91e3dc2b34921f07712c0053ce8ae72445f83 100644 (file)
@@ -5,7 +5,7 @@ include $(top_builddir)/src/Makefile.global
SUBDIRS = include pgtypeslib ecpglib compatlib preproc
# Suppress parallel build of subdirectories to avoid a bug in GNU make 3.82, cf
-# http://savannah.gnu.org/bugs/?30653
+# https://savannah.gnu.org/bugs/?30653
# https://bugzilla.redhat.com/show_bug.cgi?id=835424
# (There are some other parallelism bugs in the subdirectory makefiles
# themselves, but there's little point in fixing them as long as we have
index 6ba9121e303a899e977f914031c0f10eba5461a0..5206640341d5991ddaf9ae663315272fc4e49185 100644 (file)
@@ -73,7 +73,7 @@ but there may be reasons to do them at other times as well.
to lower numbers, using renumber_oids.pl (see notes in bki.sgml)
* Update config.guess and config.sub
- (from http://savannah.gnu.org/projects/config)
+ (from https://savannah.gnu.org/projects/config)
* Update inet/cidr data types with newest Bind patches