maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / argz
blobf93634799835782cf8f68f6ae6d81686af9f7ef9
1 Description:
2 Argv style string arrays in a single null delimited char*.
4 Files:
5 lib/argz.in.h
6 lib/argz.c
7 m4/argz.m4
9 Depends-on:
10 gen-header
11 memmove         [test -n "$ARGZ_H"]
12 mempcpy         [test -n "$ARGZ_H"]
13 stpcpy          [test -n "$ARGZ_H"]
14 strndup         [test -n "$ARGZ_H"]
15 strnlen         [test -n "$ARGZ_H"]
16 strstr          [test -n "$ARGZ_H"]
18 configure.ac:
19 gl_FUNC_ARGZ
20 gl_CONDITIONAL_HEADER([argz.h])
21 AC_PROG_MKDIR_P
22 gl_CONDITIONAL([GL_COND_OBJ_ARGZ], [test -n "$ARGZ_H"])
24 Makefile.am:
25 BUILT_SOURCES += $(ARGZ_H)
27 # We need the following in order to create <argz.h> when the system
28 # doesn't have one that works with the given compiler.
29 if GL_GENERATE_ARGZ_H
30 argz.h: argz.in.h $(top_builddir)/config.status
31 @NMD@   $(AM_V_GEN)$(MKDIR_P) '%reldir%'
32         $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/argz.in.h
33         $(AM_V_at)mv $@-t $@
34 else
35 argz.h: $(top_builddir)/config.status
36         rm -f $@
37 endif
38 MOSTLYCLEANFILES += argz.h argz.h-t
40 if GL_COND_OBJ_ARGZ
41 lib_SOURCES += argz.c
42 endif
44 Include:
45 <argz.h>
47 License:
48 LGPLv2+
50 Maintainer:
51 all