This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch upstream in repository hurd.
commit 8faee92d84336ca44652c8c3a906b70b67f8a7f1 Author: Samuel Thibault <[email protected]> Date: Tue Feb 14 09:35:03 2017 +0100 Fix mig URL Thanks deathsbreed for the report. configure.ac: Fix mig URL --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 5cbbea8..30a1367 100644 --- a/configure.ac +++ b/configure.ac @@ -105,9 +105,9 @@ AC_CHECK_TOOL(MIG, mig) if test x${MIG} = x; then AC_MSG_ERROR([ *** You need GNU MiG to compile the GNU Hurd, please see -*** http://www.gnu.org/software/hurd/mig.html for further details, or -*** download it directly from the main GNU server (ftp.gnu.org) or any -*** GNU mirror.]) +*** http://www.gnu.org/software/hurd/microkernel/mach/mig/gnu_mig.html +*** for further details, or download it directly from the main GNU server +*** (ftp.gnu.org) or any GNU mirror.]) fi dnl Let these propagate from the environment. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
