gnulib-tool.py: Add a new GLFileTable class.
[gnulib.git] / modules / absolute-header
blob18663481321cc0915c9992a8616d1438dbfdd8ca
1 Description:
2 Allows wrapping a broken system header in a gnulib replacement.
4 Files:
5 m4/absolute-header.m4
7 Depends-on:
9 configure.ac:
11 Makefile.am:
12 # Use this preprocessor expression to decide whether #include_next works.
13 # Do not rely on a 'configure'-time test for this, since the expression
14 # might appear in an installed header, which is used by some other compiler.
15 HAVE_INCLUDE_NEXT = (__GNUC__ || __clang__ || 60000000 <= __DECC_VER)
17 Include:
19 License:
20 LGPLv2+
22 Maintainer:
23 all