Rename argz_.h to argz.in.h.
[gnulib.git] / modules / argz
1 Description:
2 Argv style string arrays in a single null delimited char*.
3
4 Files:
5 lib/argz.in.h
6 lib/argz.c
7 m4/argz.m4
8
9 Depends-on:
10
11 configure.ac:
12 gl_FUNC_ARGZ
13
14 Makefile.am:
15 BUILT_SOURCES += $(ARGZ_H)
16
17 # We need the following in order to create <argz.h> when the system
18 # doesn't have one that works with the given compiler.
19 argz.h: argz.in.h
20         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
21           cat $(srcdir)/argz.in.h; \
22         } > $@-t
23         mv -f $@-t $@
24 MOSTLYCLEANFILES += argz.h argz.h-t
25
26 Include:
27 <argz.h>
28
29 License:
30 LGPLv2+
31
32 Maintainer:
33 bug-libtool@gnu.org