Hello,
Manolis Ragkousis, le Fri 04 Sep 2015 10:38:22 +0300, a écrit :
> With this patch, glibc's configure takes into account the
> "--with-headers" argument
> when checking for Mach and Hurd header.
I have pushed it, thanks!
Samuel
That looks OK to me.
ed, 26 Aug 2015 23:48:33 +0200
Subject: [PATCH] Check sysheaders when looking for Mach and Hurd headers
* sysdeps/mach/configure.ac: Add sysheaders check.
* sysdeps/mach/configure: Regenerate.
* sysdeps/mach/hurd/configure.ac: Add sysheaders check.
* sysdeps/mach/hurd/configure: Regenerate.
--
On 27 August 2015 at 00:44, Samuel Thibault wrote:
> Please do, the patch looks completely sane (and is actually what other
> configure.ac files do).
Will do :)
Hello,
Manolis Ragkousis, le Fri 14 Aug 2015 14:42:46 +0300, a écrit :
> With this patch, glibc's configure, when checking for Mach and Hurd
> headers, takes
> into account the "--with-headers" argument.
Thanks!
(we need it for the Debian bootstrap too, indeed :)
> I am not sending this to libc
y there. I will send to
libc-alpha an updated
patch that applies to their tree.
From 39b09d8cb8ee3b3ca0ca9fcd772df3fab41c02f8 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis
Date: Fri, 14 Aug 2015 01:20:59 +0300
Subject: [PATCH] Check sysheaders when looking for Mach and Hurd headers.
* sysdeps/ma