warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / snippet / arg-nonnull
bloba397ecb6f1b097da19d1d6e081b8155db5c19a52
1 Description:
2 A C macro for declaring that specific arguments must not be NULL.
4 Applicability:
5 all
7 Files:
8 lib/arg-nonnull.h
10 Depends-on:
12 configure.ac:
14 Makefile.am:
15 # Because this Makefile snippet defines a variable used by other
16 # gnulib Makefile snippets, it must be present in all makefiles that
17 # need it. This is ensured by the applicability 'all' defined above.
19 ARG_NONNULL_H=$(srcdir)/arg-nonnull.h
21 Include:
23 License:
24 LGPLv2+
26 Maintainer:
27 all