[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
- GNUMach 1.x fixed (autoconf+kb), Marco Gerards, 2004/01/19
- Re: GNUMach 1.x fixed (autoconf+kb), Alfred M. Szmidt, 2004/01/21
- Re: GNUMach 1.x fixed (autoconf+kb), Niels Möller, 2004/01/21
- Re: GNUMach 1.x fixed (autoconf+kb), Alfred M. Szmidt, 2004/01/21
- Re: GNUMach 1.x fixed (autoconf+kb), Niels Möller, 2004/01/21
- Re: GNUMach 1.x fixed (autoconf+kb), Alfred M. Szmidt, 2004/01/21
- OT: missing script etc, Niels Möller, 2004/01/21