mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-23 17:58:04 +00:00
90f74a20fc
* modules/libunistring: (License): Change from LGPL to "LGPLv3+ or GPLv2". * modules/libunistring-optional: Likewise. * modules/unicase/*: Likewise. * modules/uniconv/*: Likewise. * modules/unictype/*: Likewise. * modules/unigbrk/*: Likewise. * modules/unilbrk/*: Likewise. * modules/uniname/*: Likewise. * modules/uninorm/*: Likewise. * modules/unistdio/*: Likewise. * modules/unistr/*: Likewise. * modules/uniwbrk/*: Likewise. * modules/uniwidth/*: Likewise.
33 lines
541 B
Plaintext
33 lines
541 B
Plaintext
Description:
|
|
Base layer for formatted output to strings.
|
|
|
|
Files:
|
|
lib/unistdio.in.h
|
|
m4/libunistring-base.m4
|
|
|
|
Depends-on:
|
|
unitypes
|
|
|
|
configure.ac:
|
|
gl_LIBUNISTRING_LIBHEADER([0.9.4], [unistdio.h])
|
|
|
|
Makefile.am:
|
|
BUILT_SOURCES += $(LIBUNISTRING_UNISTDIO_H)
|
|
|
|
unistdio.h: unistdio.in.h
|
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
cat $(srcdir)/unistdio.in.h; \
|
|
} > $@-t && \
|
|
mv -f $@-t $@
|
|
MOSTLYCLEANFILES += unistdio.h unistdio.h-t
|
|
|
|
Include:
|
|
"unistdio.h"
|
|
|
|
License:
|
|
LGPLv3+ or GPLv2
|
|
|
|
Maintainer:
|
|
all
|