warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / snippet / warn-on-use
blob4f91818ceec936f5bcc3730ed585fd0a2421bda1
1 Description:
2 A C macro for emitting a warning if a function is used.
4 Applicability:
5 all
7 Files:
8 lib/warn-on-use.h
9 m4/warn-on-use.m4
11 Depends-on:
13 configure.ac:
15 Makefile.am:
16 # Because this Makefile snippet defines a variable used by other
17 # gnulib Makefile snippets, it must be present in all makefiles that
18 # need it. This is ensured by the applicability 'all' defined above.
20 WARN_ON_USE_H=$(srcdir)/warn-on-use.h
22 Include:
24 License:
25 LGPLv2+
27 Maintainer:
28 Eric Blake