All of lore.kernel.org
 help / color / mirror / Atom feed
* Documenting the GRUB configure (during build)
@ 2009-12-05  1:46 Bruce Dubbs
  2009-12-05 20:43 ` Robert Millan
  0 siblings, 1 reply; 7+ messages in thread
From: Bruce Dubbs @ 2009-12-05  1:46 UTC (permalink / raw)
  To: The development of GNU GRUB

I want to submit an update to the INSTALL file.  In looking at 
./configure, it does some guessing.  We have:

`--enable-efiemu'
      Build and install the efiemu runtimes (default=guessed)

`--enable-grub-emu'
      Build and install the `grub-emu' debugging utility (default=guessed)

`--enable-grub-emu-usb'
      Build and install the `grub-emu' debugging utility with USB support
      (default=guessed)

`--enable-grub-fstest'
      Build and install the `grub-fstest' debugging utility 
(default=guessed)

`--enable-grub-mkfont'
      Build and install the `grub-mkfont' utility (default=guessed)
------
I am trying to see how configure guesses.  It looks like:

enable-efiemu depends on gcc supporting
    -m64 -mcmodel=large -mno-red-zone -nostdlib

enable-grub-emu depends on ncurses

enable-grub-emu-usb depends on enable-grub-emu and libusb

enable-grub-fstest really has a default of yes

enable-grub-mkfont depends on fontconfig
-------

Is this analysis right?

Should the description of enable-grub-fstest be changed to yes in 
configure.ac?

Actually, I would think the four testing/debug programs above should 
default to no with perhaps a global --enable-testing-programs to turn 
them all on.

Of course grub-mkfont should be on by default if fontconfig is 
available, as it is
now.

   --- Bruce



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-12-10 21:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-05  1:46 Documenting the GRUB configure (during build) Bruce Dubbs
2009-12-05 20:43 ` Robert Millan
2009-12-05 21:42   ` Bruce Dubbs
2009-12-06  0:03     ` Seth Goldberg
2009-12-10  1:15     ` Robert Millan
2009-12-10 21:17       ` Bruce Dubbs
2009-12-10 21:28         ` Seth Goldberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.