All of lore.kernel.org
 help / color / mirror / Atom feed
* Re:[Patch] configure --help message for grub-emu
@ 2010-07-14  3:23 Jason Butler
  2010-07-14 12:31 ` [Patch] " Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 3+ messages in thread
From: Jason Butler @ 2010-07-14  3:23 UTC (permalink / raw)
  To: The development of GNU GRUB

[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]

Here is a patch to have configure --help print the build instructions for grub-emu

--- On Tue, 7/13/10, Colin Watson <cjwatson@ubuntu.com> wrote:

> From: Colin Watson <cjwatson@ubuntu.com>
> Subject: Re: configure --help message for grub-emu
> To: "The development of GNU GRUB" <grub-devel@gnu.org>
> Received: Tuesday, July 13, 2010, 2:15 AM
> On Mon, Jul 12, 2010 at 06:59:10PM
> -0700, Jason Butler wrote:
> > I want to alter the configure script so the --help
> prints the
> > instructions for building grub-emu. I saw it was asked
> a couple times
> > in #grub where to get it. I think this means altering
> the configure.ac
> > file but some open source projects generate
> configure.ac from a
> > script.
> 
> This is rare; configure.ac is normally a source file.
> 
> > Is configure.ac the correct file to alter?
> 
> Yes.
> 
> -- 
> Colin Watson           
>                
>            [cjwatson@ubuntu.com]
> 
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>


[-- Attachment #2: configureHelpPatch.patch --]
[-- Type: application/octet-stream, Size: 526 bytes --]

--- grub-1.98/configure.ac	2010-07-13 11:14:17.122937584 -0400
+++ grub-1.98/configure.new.ac	2010-07-12 12:09:38.227813199 -0400
@@ -68,7 +68,7 @@ esac
 # Specify the platform (such as firmware).
 AC_ARG_WITH([platform],
             AS_HELP_STRING([--with-platform=PLATFORM],
-                           [select the host platform [[guessed]]]))
+                           [select the host platform [[guessed]] for grub-emu use emu],[26],[65]))
 
 # Guess the platform if not specified.
 if test "x$with_platform" = x; then

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

end of thread, other threads:[~2010-07-15 15:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-14  3:23 Re:[Patch] configure --help message for grub-emu Jason Butler
2010-07-14 12:31 ` [Patch] " Vladimir 'φ-coder/phcoder' Serbinenko
2010-07-15 15:40   ` Jason Butler

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.