2006-12-13 Thomas Schwinge <tschwinge@gnu.org>

* Makefile.in (enable_grub_emu): New variable.
	* configure.ac (--enable-grub-emu): New option.
	Do the checks for (n)curses only if `--enable-grub-emu' is requested.
	* conf/i386-efi.rmk (sbin_UTILITIES): Add `grub-emu' only if requested.
	* conf/i386-pc.rmk: Likewise.
	* conf/powerpc-ieee1275.rmk: Likewise.
	* conf/sparc64-ieee1275.rmk (bin_UTILITIES): Likewise.
This commit is contained in:
tschwinge 2006-12-13 22:30:19 +00:00
parent a8aa57628e
commit 4fe9862ebb
7 changed files with 50 additions and 12 deletions

View file

@ -73,6 +73,9 @@ LIBCURSES = @LIBCURSES@
LIBLZO = @LIBLZO@
YACC = @YACC@
# Options.
enable_grub_emu = @enable_grub_emu@
### General variables.
RMKFILES = $(addprefix conf/,common.rmk i386-pc.rmk powerpc-ieee1275.rmk \