[gnulib commit 68f90afdb82204c27a50e7bce169d2b3795a1ddd]
Folks,
in my setup for ttfautohint (http://repo.or.cz/w/ttfautohint.git) I
have the following assignment in `bootstrap.conf':
build_aux=gnulib
It seems that the patch below is necessary to make this really work
(at least it works for
* m4/extern-inline.m4 (gl_EXTERN_INLINE):
Do not use __gnu_inline__ if pedantic and pre-C99.
---
ChangeLog | 6 ++
m4/extern-inline.m4 | 3 ++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 5e4f02f..ce43380 100644
--- a/ChangeLog
+++ b/Chan