warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / uniconv / base
blob4e06a27de23d3d4e14960181f79293336f7bdb1c
1 Description:
2 Base layer for conversion from/to legacy encodings.
4 Files:
5 lib/uniconv.in.h
6 lib/iconveh.h
7 lib/striconveha.h
8 lib/localcharset.h
9 m4/libunistring-base.m4
11 Depends-on:
12 unitypes
14 configure.ac:
15 gl_LIBUNISTRING_LIBHEADER([0.9.4], [uniconv.h])
17 Makefile.am:
18 BUILT_SOURCES += $(LIBUNISTRING_UNICONV_H)
20 uniconv.h: uniconv.in.h
21         $(AM_V_GEN)rm -f $@-t $@ && \
22         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
23           cat $(srcdir)/uniconv.in.h; \
24         } > $@-t && \
25         mv -f $@-t $@
26 MOSTLYCLEANFILES += uniconv.h uniconv.h-t
28 Include:
29 "uniconv.h"
31 License:
32 LGPLv2+
34 Maintainer:
35 all