extern-inline: provide a -Wundef safe config.h
authorAkim Demaille <akim@lrde.epita.fr>
Tue, 25 Sep 2012 11:58:12 +0000 (13:58 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Fri, 28 Sep 2012 13:04:39 +0000 (15:04 +0200)
commitdcf27bef48c9800d5a2be8349226f73f1b8ff2e5
tree460f0c5d60b02ef9473b782f78298594a966b002
parent77b054428b11be9cd76d1e3b0a7cd7cf86053173
extern-inline: provide a -Wundef safe config.h

* m4/extern-inline.m4 (gl_EXTERN_INLINE): Protect
"#if __GNUC_STDC_INLINE__" with "defined __GNUC_STDC_INLINE__"
to produce a -Wundef warning free config.h.
ChangeLog
m4/extern-inline.m4