diff options
author | Zack Weinberg <zackw@panix.com> | 2020-07-10 16:41:31 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2020-07-10 16:43:22 -0400 |
commit | 74010f5300a39dd2accc613685072c63eedabf23 (patch) | |
tree | 287ee9243c87422591b1c1dda8be3922ef77d77a /README-hacking | |
parent | 61024bf52ba8a58f8992490134280eb9575e2525 (diff) | |
download | autoconf-74010f5300a39dd2accc613685072c63eedabf23.tar.gz |
Update hyperlinks in the manual and README-hacking.
Lots of http:// -> https:// conversions;
refer to XZ Utils instead of the obsolete LZMA Utils;
remove dead link to dbaspot.com;
replace mention of -fmudflap with -fsanitize=
and add a proper cross-reference to the GCC manual for that.
Diffstat (limited to 'README-hacking')
-rw-r--r-- | README-hacking | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README-hacking b/README-hacking index ab1cf679..4736ac55 100644 --- a/README-hacking +++ b/README-hacking @@ -22,11 +22,11 @@ tools we depend upon, including: - 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": +like "make dist-xz" or "make distcheck": - Gzip <https://www.gnu.org/software/gzip/> - Tar <https://www.gnu.org/software/tar/> -- LZMA Utils 4.32+ <https://tukaani.org/lzma/> +- XZ Utils <https://tukaani.org/xz/> Although we try to keep the CVS mirror of the git repository usable, some of the tests in the testsuite will fail if git was not used to |