summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-12-30 21:24:00 -0500
committerMike Frysinger <vapier@gentoo.org>2022-12-30 21:24:00 -0500
commitd26507b4d98c2f02ee5c5c43cf8029cfafff8117 (patch)
treeed82fabba0988f0b35ae8e9f644a595a6cf3c5de /doc
parent97a8a4fbda04af2c6f9a1cfc95eb780ae9fe36d8 (diff)
downloadacl-master.tar.gz
update various URLsHEADmaster
Diffstat (limited to 'doc')
-rw-r--r--doc/PORTING8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/PORTING b/doc/PORTING
index eb39d5e..a4438ff 100644
--- a/doc/PORTING
+++ b/doc/PORTING
@@ -29,13 +29,13 @@
5. read some or all of the GNU tool chain documentation
GNU make :
- http://www.delorie.com/gnu/docs/make/make_toc.html
+ https://www.gnu.org/software/make/manual/
autoconf :
- http://www.delorie.com/gnu/docs/autoconf/autoconf_toc.html
+ https://www.gnu.org/software/autoconf/manual/
libtool :
- http://www.delorie.com/gnu/docs/libtool/libtool_toc.html
+ https://www.gnu.org/software/libtool/manual/
gcc/g++ :
- http://www.delorie.com/gnu/docs/gcc/gcc_toc.html
+ https://gcc.gnu.org/onlinedocs/
6. Makefiles and build environment
First have a look at some Makefiles