summaryrefslogtreecommitdiff
path: root/modules/snippet/warn-on-use
blob: 4f91818ceec936f5bcc3730ed585fd0a2421bda1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description:
A C macro for emitting a warning if a function is used.

Applicability:
all

Files:
lib/warn-on-use.h
m4/warn-on-use.m4

Depends-on:

configure.ac:

Makefile.am:
# Because this Makefile snippet defines a variable used by other
# gnulib Makefile snippets, it must be present in all makefiles that
# need it. This is ensured by the applicability 'all' defined above.

WARN_ON_USE_H=$(srcdir)/warn-on-use.h

Include:

License:
LGPLv2+

Maintainer:
Eric Blake