Hash :
6d1cba37
Author :
Date :
2021-05-30T14:37:06
Write 'LGPLv3+ or GPLv2+' instead of 'LGPLv3+ or GPLv2'. * modules/* (License): Change. * gnulib-tool (func_import, func_create_testdir): Likewise.
Description:
Find a Unicode character Arabic joining type, given its name.
Files:
lib/unictype/joiningtype_byname.c
lib/unictype/joiningtype_byname.gperf
Depends-on:
unictype/base
gperf
configure.ac:
gl_LIBUNISTRING_MODULE([0.9.8], [unictype/joiningtype-byname])
Makefile.am:
if LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_BYNAME
lib_SOURCES += unictype/joiningtype_byname.c
endif
$(srcdir)/unictype/joiningtype_byname.h: $(srcdir)/unictype/joiningtype_byname.gperf
$(V_GPERF)$(GPERF) -m 10 $(srcdir)/unictype/joiningtype_byname.gperf > $(srcdir)/unictype/joiningtype_byname.h-t1 \
&& sed -e 's/^const/static const/' < $(srcdir)/unictype/joiningtype_byname.h-t1 > $(srcdir)/unictype/joiningtype_byname.h-t2 \
&& mv $(srcdir)/unictype/joiningtype_byname.h-t2 $(srcdir)/unictype/joiningtype_byname.h
BUILT_SOURCES += unictype/joiningtype_byname.h
MOSTLYCLEANFILES += unictype/joiningtype_byname.h-t1 unictype/joiningtype_byname.h-t2
MAINTAINERCLEANFILES += unictype/joiningtype_byname.h
EXTRA_DIST += unictype/joiningtype_byname.h
Include:
"unictype.h"
License:
LGPLv3+ or GPLv2+
Maintainer:
all