warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / uniwidth / base
blob3156cf74facddd1bd6214580544c2e702eef37ea
1 Description:
2 Base layer for Unicode string width.
4 Files:
5 lib/uniwidth.in.h
6 lib/localcharset.h
7 m4/libunistring-base.m4
9 Depends-on:
10 unitypes
12 configure.ac:
13 gl_LIBUNISTRING_LIBHEADER([0.9.4], [uniwidth.h])
15 Makefile.am:
16 BUILT_SOURCES += $(LIBUNISTRING_UNIWIDTH_H)
18 uniwidth.h: uniwidth.in.h
19         $(AM_V_GEN)rm -f $@-t $@ && \
20         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
21           cat $(srcdir)/uniwidth.in.h; \
22         } > $@-t && \
23         mv -f $@-t $@
24 MOSTLYCLEANFILES += uniwidth.h uniwidth.h-t
26 Include:
27 "uniwidth.h"
29 License:
30 LGPLv2+
32 Maintainer:
33 all