warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / base64
blobb1a3513b7d31b7969068aa83fcdd60be703b88b4
1 Description:
2 Encode binary data using printable characters (base64).
4 Files:
5 lib/base64.h
6 lib/base64.c
7 m4/base64.m4
9 Depends-on:
10 stdbool
11 memchr
13 configure.ac:
14 gl_FUNC_BASE64
16 Makefile.am:
17 lib_SOURCES += base64.h base64.c
19 Include:
20 "base64.h"
22 License:
23 LGPLv2+
25 Maintainer:
26 Simon Josefsson