posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / unitypes
bloba7cf91eaf286fd07ff2a83b459cb1f03ab15840e
1 Description:
2 Base types for Unicode string functions.
4 Files:
5 lib/unitypes.in.h
6 m4/libunistring-base.m4
8 Depends-on:
9 stdint
11 configure.ac:
12 gl_LIBUNISTRING_LIBHEADER([0.9.4], [unitypes.h])
14 Makefile.am:
15 BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H)
17 unitypes.h: unitypes.in.h
18         $(AM_V_GEN)rm -f $@-t $@ && \
19         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
20           cat $(srcdir)/unitypes.in.h; \
21         } > $@-t && \
22         mv -f $@-t $@
23 MOSTLYCLEANFILES += unitypes.h unitypes.h-t
25 Include:
26 "unitypes.h"
28 License:
29 LGPLv2+
31 Maintainer:
32 all