Add argz module, which is autoupdated from libtool.
[gnulib.git] / modules / argz
1 Description:
2 Argv style string arrays in a single null delimited char*.
3
4 Files:
5 lib/argz_.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 EXTRA_DIST += argz_.h
17
18 # We need the following in order to create an <argz.h> when the system
19 # doesn't have one that works with the given compiler.
20 all-local $(lib_OBJECTS): $(ARGZ_H)
21 argz.h: argz_.h
22         cp $(srcdir)/argz_.h $@-t
23         mv $@-t $@
24 MOSTLYCLEANFILES += argz.h argz.h-t
25
26 Include:
27 <argz.h>
28
29 Maintainer:
30 bug-libtool@gnu.org