mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-04 02:42:02 +03:00
Back out yesterday's big merge from the libposix branch, except for the openat-die.c change that was reviewed and approved by Paul Eggert. Put the ChangeLog entry at the top, to reflect the order of changes in the master branch.
34 lines
532 B
Plaintext
34 lines
532 B
Plaintext
Description:
|
|
Base types for Unicode string functions.
|
|
|
|
Files:
|
|
lib/unitypes.in.h
|
|
m4/libunistring-base.m4
|
|
|
|
Depends-on:
|
|
stdint
|
|
|
|
configure.ac:
|
|
gl_LIBUNISTRING_LIBHEADER([0.9], [unitypes.h])
|
|
|
|
Makefile.am:
|
|
BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H)
|
|
|
|
unitypes.h: unitypes.in.h
|
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
cat $(srcdir)/unitypes.in.h; \
|
|
} > $@-t && \
|
|
mv -f $@-t $@
|
|
MOSTLYCLEANFILES += unitypes.h unitypes.h-t
|
|
|
|
Include:
|
|
"unitypes.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|