On 30/08/17 22:14, Pádraig Brady wrote:
> On 30/08/17 22:05, Paul Eggert wrote:
>> Pádraig Brady wrote:
>>> I notice the new test-fts in gnulib was taking a while,
>>> and it creates 128K files/dirs on a quick look.
>>
>> It creates 65,000 directories and 4 files. On my old desktop (no flash, just
Full gnulib stddef.h header file requested by Werner available here:
https://gist.github.com/chrissimpkins/6e76999d84ca6ff36cf8f7ef047997f4
max_align_t definition from `cat
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.1.0/include/stddef.h`
on Tr
From: Paul Osmialowski
Signed-off-by: Paul Osmialowski
---
lib/autoconf/c.m4 | 7 +--
lib/autoconf/fortran.m4 | 4 +++-
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4
index 6f2f5bac..4ab97b86 100644
--- a/lib/autoconf/c.m4
+++ b/li
Hello all,
This patch is a part of the cross-project set of patches
that soon will be sent to all of the relevant GNU Autotools
components: gnulib, autoconf, automake and libtool.
The purpose of this is to add awareness of the new LLVM Fortran
compiler (Flang) along with LLVM-derived ARM HPC Comp
From: Paul Osmialowski
Signed-off-by: Paul Osmialowski
---
build-aux/config.rpath | 3 +++
m4/std-gnu11.m4| 5 -
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/build-aux/config.rpath b/build-aux/config.rpath
index af3c41559..4e0419c9c 100755
--- a/build-aux/config.rpa
Hello all,
This patch is a part of the cross-project set of patches
that soon will be sent to all of the relevant GNU Autotools
components: gnulib, autoconf, automake and libtool.
The purpose of this is to add awareness of the new LLVM Fortran
compiler (Flang) along with LLVM-derived ARM HPC Comp
Werner LEMBERG wrote:
> Shall I simply add
>
> AC_LANG_PUSH([C++])
>
> right before the call to
>
> gl_INIT
>
> in my `configure.ac' file?
It's worth a try, yes. If it creates other problems, we can look into these.
Bruno
* m4/renameat.m4: Check for presence.
* lib/renameat2.h: Only include if present.
Reported by Assaf Gordon on Alpine Linux.
---
ChangeLog | 7 +++
lib/renameat2.h | 2 +-
m4/renameat.m4 | 1 +
3 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 99