Re: bootstrap fails on Darwin for `libtool'

2017-09-01 Thread Werner LEMBERG
From: Bruno Haible Subject: Re: bootstrap fails on Darwin for `libtool' Date: Sat, 19 Nov 2016 17:01:31 +0100 > The background appears to be that on macOS: > * /usr/bin/libtool is an Apple program, that does not support the GNU > interface. It comes with Xcode; Xcode is the usual way to ins

[PATCH 3/3] glob: use scratch_buffer instead of extend_alloca

2017-09-01 Thread Paul Eggert
Much of the lib/glob.c part of this patch comes from a glibc patch proposed by Adhemerval Zanella in: https://sourceware.org/ml/libc-alpha/2017-08/msg00456.html * lib/glob.c: Do not include , since , included via glob.h, does this for us now. (__set_errno): Remove, as libc-config does this for us n

[PATCH 2/3] scratch_buffer: new module

2017-09-01 Thread Paul Eggert
* lib/scratch_buffer.h, lib/scratch_buffer_grow.c: * lib/scratch_buffer_grow_preserve.c: * lib/scratch_buffer_set_array_size.c: New files, copied from glibc with very minor changes that can be copied back. * modules/scratch_buffer: New file. --- ChangeLog | 8 +++ lib/s

[PATCH 1/3] libc-config: new module

2017-09-01 Thread Paul Eggert
* MODULES.html.sh: Add libc-config. * lib/cdefs.h: New file, copied from the GNU C Library with very minor changes that can be copied back. * lib/libc-config.h, modules/libc-config: New files. --- ChangeLog | 8 + MODULES.html.sh | 9 + lib/cdefs.h | 487 +