From 7f575682e0690baa9f5e2d7a4808cc00b71440d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Tue, 31 Mar 2020 20:37:48 +0100 Subject: [PATCH] More updates for my blog's links and Autotools Mythbuster. --- docs/autotools.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/autotools.txt b/docs/autotools.txt index 29e674b..4c52050 100644 --- a/docs/autotools.txt +++ b/docs/autotools.txt @@ -50,7 +50,7 @@ The second is online: | https://autotools.io/ | Diego Elio “Flameeyes” Pettenò -His blog, at https://blog.flameeyes.eu/, can also be fairly instructive. +His blog, at https://flameeyes.blog/, can also be fairly instructive. .. _`How to fix autotools failures`: http://www.gentoo.org/proj/en/qa/autofailure.xml @@ -67,8 +67,8 @@ Typically, muddle will grumble that:: Useful resources for an explanation include: -* http://blog.flameeyes.eu/2008/06/maintaner-mode -* http://www.flameeyes.eu/autotools-mythbuster/automake/maintainer.html +* https://flameeyes.blog/2008/06/13/maintaner-mode/ +* https://autotools.io/automake/maintainer.html * http://stackoverflow.com/questions/5731023/autotools-force-make-not-to-rebuild-configure-makefile There are several things going on that cause the problem: