summaryrefslogtreecommitdiff
path: root/README-prereq
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-04-21 13:46:20 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-04-21 13:47:28 -0700
commit7a89c66674d1b8ff8ab5a294ee79974106bff371 (patch)
treee6f8b3f546ec4b3409c419e0d09099148356ca75 /README-prereq
parent5b4d2b0e7383b0450cc9a7bd719f03731b923295 (diff)
downloadgrep-7a89c66674d1b8ff8ab5a294ee79974106bff371.tar.gz
maint: update URLs
Mostly this is just changing http: to https:. In one or two places it removes no-longer-useful URLs.
Diffstat (limited to 'README-prereq')
-rw-r--r--README-prereq24
1 files changed, 12 insertions, 12 deletions
diff --git a/README-prereq b/README-prereq
index 0422aa64..28d38685 100644
--- a/README-prereq
+++ b/README-prereq
@@ -1,18 +1,18 @@
This gives some notes on obtaining the tools required for development.
I.E. the tools checked for by the bootstrap script and include:
-- Autoconf <http://www.gnu.org/software/autoconf/>
-- Automake <http://www.gnu.org/software/automake/>
-- Bison <http://www.gnu.org/software/bison/>
-- Gettext <http://www.gnu.org/software/gettext/>
-- Git <http://git.or.cz/>
-- Gperf <http://www.gnu.org/software/gperf/>
-- Gzip <http://www.gnu.org/software/gzip/>
-- Perl <http://www.cpan.org/>
-- Pkg-config <http://www.freedesktop.org/wiki/Software/pkg-config/>
-- Rsync <http://samba.anu.edu.au/rsync/>
-- Tar <http://www.gnu.org/software/tar/>
-- Texinfo <http://www.gnu.org/software/texinfo/>
+- Autoconf <https://www.gnu.org/software/autoconf/>
+- Automake <https://www.gnu.org/software/automake/>
+- Bison <https://www.gnu.org/software/bison/>
+- Gettext <https://www.gnu.org/software/gettext/>
+- Git <https://git-scm.com/>
+- Gperf <https://www.gnu.org/software/gperf/>
+- Gzip <https://www.gnu.org/software/gzip/>
+- Perl <https://www.cpan.org/>
+- Pkg-config <https://www.freedesktop.org/wiki/Software/pkg-config/>
+- Rsync <https://rsync.samba.org/>
+- Tar <https://www.gnu.org/software/tar/>
+- Texinfo <https://www.gnu.org/software/texinfo/>
Note please try to install/build official packages for your system.
If these programs are not available use the following instructions