2000-02-26 Mark Kettenis <kettenis@gnu.org>

Make cross-compilation for the Hurd more friendly.
	From Jeff Bailey <jbailey@gnu.org>:
	* configure.in: Use AC_CHECK_TOOL to find MiG.
	* Makefile.in (MIG): New variable.
	* config/i386/i386gnu.mh (MIG): Remove.
	* configure: Regenerated.
This commit is contained in:
Mark Kettenis 2000-02-26 13:57:35 +00:00
parent 75c6e08a8a
commit b9f219559d

View File

@ -59,6 +59,7 @@ AR_FLAGS = qv
RANLIB = @RANLIB@
DLLTOOL = @DLLTOOL@
WINDRES = @WINDRES@
MIG = @MIG@
# If the user configured GDB to include the TUI, the name of the tui
# library goes here.