mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/absolute-header (Makefile.am): Include '__clang__' in the HAVE_INCLUDE_NEXT expression.
24 lines
487 B
Plaintext
24 lines
487 B
Plaintext
Description:
|
|
Allows wrapping a broken system header in a gnulib replacement.
|
|
|
|
Files:
|
|
m4/absolute-header.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
# Use this preprocessor expression to decide whether #include_next works.
|
|
# Do not rely on a 'configure'-time test for this, since the expression
|
|
# might appear in an installed header, which is used by some other compiler.
|
|
HAVE_INCLUDE_NEXT = (__GNUC__ || __clang__ || 60000000 <= __DECC_VER)
|
|
|
|
Include:
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|