Skip to content

Commit

Permalink
Prefer HTTPS to FTP and HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
eggert committed Sep 17, 2017
1 parent 5a4041d commit d3dcd58
Show file tree
Hide file tree
Showing 82 changed files with 255 additions and 255 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.
2 changes: 1 addition & 1 deletion COPYING.EXCEPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AUTOCONF CONFIGURE SCRIPT EXCEPTION
Version 3.0, 18 August 2009

Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>
Copyright (C) 2009 Free Software Foundation, Inc. <https://fsf.orgo/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.0
Original file line number Diff line number Diff line change
Expand Up @@ -359,4 +359,4 @@ Fri Apr 24 10:08:21 1992 David J. MacKenzie ([email protected])

You should have received a copy of the GNU General Public License
along with this program. If not, see
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
2 changes: 1 addition & 1 deletion ChangeLog.1
Original file line number Diff line number Diff line change
Expand Up @@ -1936,4 +1936,4 @@ Mon Jul 20 01:08:01 1992 David J. MacKenzie ([email protected])

You should have received a copy of the GNU General Public License
along with this program. If not, see
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
2 changes: 1 addition & 1 deletion ChangeLog.2
Original file line number Diff line number Diff line change
Expand Up @@ -12865,4 +12865,4 @@ Thu Apr 28 12:01:01 1994 David J. MacKenzie ([email protected])

You should have received a copy of the GNU General Public License
along with this program. If not, see
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
202 changes: 101 additions & 101 deletions ChangeLog.3

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion HACKING
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ generated output do not get expanded improperly.
Post a news blurb on https://savannah.gnu.org/projects/autoconf.

Update the Free Software Directory: browse to:
http://directory.fsf.org/project/autoconf/
https://directory.fsf.org/project/autoconf/
and send an email to <[email protected]> mentioning any content
that needs to be updated.

Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.

ACLOCAL_AMFLAGS = -I m4

Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ Release tips:

- GNATS
The GNATS base moved to
http://bugs.gnu.org/cgi-bin/gnatsweb.pl?database=autoconf
https://bugs.gnu.org/cgi-bin/gnatsweb.pl?database=autoconf
(It is no longer available, though.)

** Misc.
Expand Down
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ M4, Perl, etc.).

You can get GNU M4 here:

ftp://ftp.gnu.org/gnu/m4/
https://ftp.gnu.org/gnu/m4/

The file INSTALL should be distributed with packages that use
Autoconf-generated configure scripts and Makefiles that conform to the
Expand All @@ -36,7 +36,7 @@ [email protected], and submit patches to [email protected].
All changes can be tracked at the read-only [email protected].
Always include the Autoconf version number, which you can get by
running `autoconf --version'. Archives of [email protected] can be
found in <http://lists.gnu.org/archive/html/bug-autoconf/>, and
found in <https://lists.gnu.org/archive/html/bug-autoconf/>, and
similarly for the other mailing lists.

Licensing
Expand All @@ -49,8 +49,8 @@ COPYING.EXCEPTION file for the exception in terms of the Additional
Permissions as described in section 7 of GPLv3.

For more licensing information, see
<http://www.gnu.org/licenses/gpl-faq.html> and
<http://www.gnu.org/licenses/exceptions.html>.
<https://www.gnu.org/licenses/gpl-faq.html> and
<https://www.gnu.org/licenses/exceptions.html>.

For any copyright year range specified as YYYY-ZZZZ in this package
note that the range specifies every single year in that closed interval.
Expand Down
22 changes: 11 additions & 11 deletions README-hacking
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ requirements on anyone wishing to build from the just-checked-out sources.
For example, you have to use recent stable versions of the maintainer
tools we depend upon, including:

- Autoconf 2.60+ <http://www.gnu.org/software/autoconf/>
- Automake 1.10+ <http://www.gnu.org/software/automake/>
- Help2man 1.29+ <http://www.gnu.org/software/help2man/>
- M4 1.4.6+ <http://www.gnu.org/software/m4/>
- Autoconf 2.60+ <https://www.gnu.org/software/autoconf/>
- Automake 1.10+ <https://www.gnu.org/software/automake/>
- Help2man 1.29+ <https://www.gnu.org/software/help2man/>
- M4 1.4.6+ <https://www.gnu.org/software/m4/>
- Perl 5.006+ <http://www.cpan.org/>
- Texinfo 4.8+ <http://www.gnu.org/software/texinfo/>
- Texinfo 4.8+ <https://www.gnu.org/software/texinfo/>

The following are useful as well, if you want to be able to run commands
like "make dist-lzma" or "make distcheck":

- Gzip <http://www.gnu.org/software/gzip/>
- Tar <http://www.gnu.org/software/tar/>
- Gzip <https://www.gnu.org/software/gzip/>
- Tar <https://www.gnu.org/software/tar/>
- LZMA Utils 4.32+ <http://tukaani.org/lzma/>

Although we try to keep the CVS mirror of the git repository usable,
Expand All @@ -35,7 +35,7 @@ generate the version string. Therefore, we recommend:
- Git 1.4.4+ <http://git.or.cz/>

You may find it useful to install the git-merge-changelog merge driver:
http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=lib/git-merge-changelog.c
https://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=lib/git-merge-changelog.c

then add the following to .git/config or ~/.gitconfig:
[merge "merge-changelog"]
Expand All @@ -59,7 +59,7 @@ You can get an anonymous copy of the source repository using any one
of these three methods, although the CVS mirror is less tested:

$ git clone git://git.sv.gnu.org/autoconf
$ git clone http://git.sv.gnu.org/r/autoconf.git
$ git clone https://git.sv.gnu.org/r/autoconf.git
$ cvs -d:pserver:[email protected]:/srv/git/autoconf.git \
co -d autoconf HEAD

Expand Down Expand Up @@ -120,12 +120,12 @@ The forms to choose from are in gnulib's doc/Copyright/ directory.
If you want to assign a single change, you should use the file,
doc/Copyright/request-assign.changes:

http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=doc/Copyright/request-assign.changes;hb=HEAD
https://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=doc/Copyright/request-assign.changes;hb=HEAD

If you would like to assign past and future autoconf work,
you'd use doc/Copyright/request-assign.future:

http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=doc/Copyright/request-assign.future;hb=HEAD
https://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=doc/Copyright/request-assign.future;hb=HEAD

Enjoy!

Expand Down
2 changes: 1 addition & 1 deletion THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -466,4 +466,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.
4 changes: 2 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ used for config.h generation, but not used in configure's own tests.
** AC_PROG_CC
Have a way to specify different default flags to try; see this thread
for more information:
<http://lists.gnu.org/archive/html/bug-autoconf/2008-08/msg00009.html>.
<https://lists.gnu.org/archive/html/bug-autoconf/2008-08/msg00009.html>.


* Later
Expand Down Expand Up @@ -229,7 +229,7 @@ reassigning the iterator, allowing a break-like functionality (or even
infloops). Does this need a new (but maybe slower) macro? Should we
also provide something like m4_while([TEST], [EXPR])? Maybe an
m4_break() that works inside a looping construct?
http://lists.gnu.org/archive/html/autoconf-patches/2008-08/msg00121.html
https://lists.gnu.org/archive/html/autoconf-patches/2008-08/msg00121.html

* Autoconf 3

Expand Down
8 changes: 4 additions & 4 deletions bin/autoconf.as
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ m4_divert_push([HEADER-COPYRIGHT])dnl
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.

m4_divert_pop([HEADER-COPYRIGHT])dnl back to BODY
AS_ME_PREPARE[]dnl
Expand Down Expand Up @@ -62,14 +62,14 @@ In tracing mode, no configuration script is created. FORMAT defaults
to '\$f:\$l:\$n:\$%'; see 'autom4te --help' for information about FORMAT.
Report bugs to <[email protected]>.
GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
General help using GNU software: <http://www.gnu.org/gethelp/>."]
GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.
General help using GNU software: <https://www.gnu.org/gethelp/>."]

version=["\
autoconf (@PACKAGE_NAME@) @VERSION@
Copyright (C) @RELEASE_YEAR@ Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Expand Down
8 changes: 4 additions & 4 deletions bin/autoheader.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.

# Written by Roland McGrath.
# Rewritten in Perl by Akim Demaille.
Expand Down Expand Up @@ -79,8 +79,8 @@ Library directories:
-I, --include=DIR append directory DIR to search path
Report bugs to <bug-autoconf\@gnu.org>.
GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
General help using GNU software: <http://www.gnu.org/gethelp/>.
GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.
General help using GNU software: <https://www.gnu.org/gethelp/>.
";


Expand All @@ -89,7 +89,7 @@ General help using GNU software: <http://www.gnu.org/gethelp/>.
$version = "autoheader (@PACKAGE_NAME@) @VERSION@
Copyright (C) @RELEASE_YEAR@ Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Expand Down
8 changes: 4 additions & 4 deletions bin/autom4te.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.


BEGIN
Expand Down Expand Up @@ -197,8 +197,8 @@ SEP can be empty for the default (comma for \@ and *, colon for %),
a single character for that character, or {STRING} to use a string.
Report bugs to <bug-autoconf\@gnu.org>.
GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
General help using GNU software: <http://www.gnu.org/gethelp/>.
GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.
General help using GNU software: <https://www.gnu.org/gethelp/>.
";

# $VERSION
Expand All @@ -207,7 +207,7 @@ $version = <<"EOF";
autom4te (@PACKAGE_NAME@) @VERSION@
Copyright (C) @RELEASE_YEAR@ Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Expand Down
8 changes: 4 additions & 4 deletions bin/autoreconf.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.

# Written by David J. MacKenzie.
# Extended and rewritten in Perl by Akim Demaille.
Expand Down Expand Up @@ -89,16 +89,16 @@ The environment variables AUTOM4TE, AUTOCONF, AUTOHEADER, AUTOMAKE,
ACLOCAL, AUTOPOINT, LIBTOOLIZE, M4, and MAKE are honored.
Report bugs to <bug-autoconf\@gnu.org>.
GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
General help using GNU software: <http://www.gnu.org/gethelp/>.
GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.
General help using GNU software: <https://www.gnu.org/gethelp/>.
";

# $VERSION
# --------
$version = "autoreconf (@PACKAGE_NAME@) @VERSION@
Copyright (C) @RELEASE_YEAR@ Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Expand Down
8 changes: 4 additions & 4 deletions bin/autoscan.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.

# Written by David MacKenzie <[email protected]>.

Expand Down Expand Up @@ -116,16 +116,16 @@ Library directories:
-I, --include=DIR append directory DIR to search path
Report bugs to <bug-autoconf\@gnu.org>.
GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
General help using GNU software: <http://www.gnu.org/gethelp/>.
GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.
General help using GNU software: <https://www.gnu.org/gethelp/>.
";

# $version
# --------
$version = "autoscan (@PACKAGE_NAME@) @VERSION@
Copyright (C) @RELEASE_YEAR@ Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Expand Down
8 changes: 4 additions & 4 deletions bin/autoupdate.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.

# Originally written by David MacKenzie <[email protected]>.
# Rewritten by Akim Demaille <[email protected]>.
Expand Down Expand Up @@ -76,16 +76,16 @@ Library directories:
-I, --include=DIR append directory DIR to search path
Report bugs to <bug-autoconf\@gnu.org>.
GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
General help using GNU software: <http://www.gnu.org/gethelp/>.
GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.
General help using GNU software: <https://www.gnu.org/gethelp/>.
";

# $VERSION
# --------
$version = "autoupdate (@PACKAGE_NAME@) @VERSION@
Copyright (C) @RELEASE_YEAR@ Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Expand Down
8 changes: 4 additions & 4 deletions bin/ifnames.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.

# Reads from stdin if no files are given.
# Writes to stdout.
Expand Down Expand Up @@ -59,8 +59,8 @@ space-separated list of the files in which that identifier occurs.
-V, --version print version number, then exit
Report bugs to <bug-autoconf\@gnu.org>.
GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
General help using GNU software: <http://www.gnu.org/gethelp/>.
GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.
General help using GNU software: <https://www.gnu.org/gethelp/>.
";


Expand All @@ -69,7 +69,7 @@ General help using GNU software: <http://www.gnu.org/gethelp/>.
$version = "ifnames (@PACKAGE_NAME@) @VERSION@
Copyright (C) @RELEASE_YEAR@ Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Expand Down
2 changes: 1 addition & 1 deletion bin/local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.

bin_SCRIPTS = \
bin/autoconf \
Expand Down
4 changes: 2 additions & 2 deletions cfg.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.

# This file is '-include'd into GNUmakefile.

Expand Down Expand Up @@ -79,7 +79,7 @@ WGETFLAGS = -C off

## Fetch the latest versions of files we care about.
automake_gitweb = \
http://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob_plain;hb=HEAD;
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob_plain;hb=HEAD;
autom4te_files = \
Autom4te/Channels.pm \
Autom4te/FileUtils.pm \
Expand Down
Loading

0 comments on commit d3dcd58

Please sign in to comment.