mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* m4/unitypes_h.m4: New file, based on modules/unitypes-h. * modules/unitypes-h (Files): Add it. (configure.ac): Invoke gl_UNITYPES_H. Remove AH_VERBATIM invocation.
35 lines
554 B
Plaintext
35 lines
554 B
Plaintext
Description:
|
|
Base types for Unicode string functions.
|
|
|
|
Files:
|
|
lib/unitypes.in.h
|
|
m4/unitypes_h.m4
|
|
m4/libunistring-base.m4
|
|
|
|
Depends-on:
|
|
gen-header
|
|
stdint-h
|
|
|
|
configure.ac:
|
|
gl_LIBUNISTRING_LIBHEADER([0.9.11], [unitypes.h])
|
|
AC_PROG_MKDIR_P
|
|
gl_UNITYPES_H
|
|
|
|
Makefile.am:
|
|
BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H)
|
|
|
|
unitypes.h: unitypes.in.h
|
|
@NMD@ $(AM_V_GEN)$(MKDIR_P) '%reldir%'
|
|
$(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/unitypes.in.h
|
|
$(AM_V_at)mv $@-t $@
|
|
MOSTLYCLEANFILES += unitypes.h unitypes.h-t
|
|
|
|
Include:
|
|
"unitypes.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|