From 53b39929031e5ced105c67eac45e6f2bccc6f665 Mon Sep 17 00:00:00 2001 From: "Alfred M. Szmidt" Date: Thu, 7 Apr 2005 20:48:41 +0000 Subject: 2005-04-07 Alfred M. Szmidt * configure.in: Error out if MiG couldn't be found. * configure: Regenerated. --- configure.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 8d493da5..74fc9d13 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_REVISION([$Id: configure.in,v 1.35 2003/02/15 23:57:50 roland Exp $]) +AC_REVISION([$Id: configure.in,v 1.36 2005/04/07 20:48:40 ams Exp $]) AC_PREREQ(2.54) dnl Minimum Autoconf version required. AC_INIT AC_CONFIG_SRCDIR([hurd/hurd_types.h]) dnl File to look for in srcdir. @@ -87,6 +87,14 @@ AC_CHECK_TOOL(OBJCOPY, objcopy) AC_CHECK_TOOL(AR, ar) AC_CHECK_TOOL(RANLIB, ranlib) AC_CHECK_TOOL(MIG, mig) +# Require 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.]) +fi dnl Let these propagate from the environment. AC_SUBST(CFLAGS) AC_SUBST(CPPFLAGS) AC_SUBST(LDFLAGS) -- cgit v1.2.3