bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUMach 1.x fixed (autoconf+kb)


From: Jeff Bailey
Subject: Re: GNUMach 1.x fixed (autoconf+kb)
Date: Tue, 20 Jan 2004 13:06:17 -0800
User-agent: Mutt/1.5.4i

Marco, thanks for posting the patch on Savannah.  I did this work before
as part of the automake'ifying, so I'll compare it against what I have
and also test a bootstrap with it.

It'll take me a couple of days.

An initial comment is that:

 AC_ARG_ENABLE(kmsg,
 [  --enable-kmsg            enable use of kmsg device [default=yes]],

Should be updated to look like

 AC_ARG_ENABLE([kmsg],
        AC_HELP_STRING([--enable-kmsg],
                [enable use of kmsg device [default=yes]], ...

Also, I think the _LOCAL functions may have to be preserved to permit
bootstrapping.  GCC faced the same problem, so they may have gotten the
fixes into upstream autoconf.

Tks,
Jeff Bailey





reply via email to

[Prev in Thread] Current Thread [Next in Thread]