/[hurd]/hurd/configure.in
ViewVC logotype

Diff of /hurd/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by roland, Sat Feb 15 23:57:50 2003 UTC revision 1.36 by ams, Thu Apr 7 20:48:40 2005 UTC
# Line 87  AC_CHECK_TOOL(OBJCOPY, objcopy) Line 87  AC_CHECK_TOOL(OBJCOPY, objcopy)
87  AC_CHECK_TOOL(AR, ar)  AC_CHECK_TOOL(AR, ar)
88  AC_CHECK_TOOL(RANLIB, ranlib)  AC_CHECK_TOOL(RANLIB, ranlib)
89  AC_CHECK_TOOL(MIG, mig)  AC_CHECK_TOOL(MIG, mig)
90    # Require MiG.
91    if test x${MIG} = x; then
92      AC_MSG_ERROR([
93    *** You need GNU MiG to compile the GNU Hurd, please see
94    *** http://www.gnu.org/software/hurd/mig.html for further details, or
95    *** download it directly from the main GNU server (ftp.gnu.org) or any
96    *** GNU mirror.])
97    fi
98    
99  dnl Let these propagate from the environment.  dnl Let these propagate from the environment.
100  AC_SUBST(CFLAGS) AC_SUBST(CPPFLAGS) AC_SUBST(LDFLAGS)  AC_SUBST(CFLAGS) AC_SUBST(CPPFLAGS) AC_SUBST(LDFLAGS)

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26