]> git.draconx.ca Git - cdecl99.git/blob - lib/local/modules/readline
Don't build locale/wcwidth junk if NLS is disabled.
[cdecl99.git] / lib / local / modules / readline
1 Description:
2 Simple implementation of readline, modified to include only the
3 Autoconf library tests (2023-07).
4
5 Files:
6 m4/readline.m4
7
8 Depends-on:
9 gnulib-local
10 havelib
11
12 configure.ac:
13 m4_set_add([DX_GNULIB_LOCAL_DIST], [modules/readline])dnl
14 gl_FUNC_READLINE
15
16 Makefile.am:
17
18 Include:
19 #if HAVE_READLINE_READLINE_H
20 #  include <readline/readline.h>
21 #endif
22
23 Link:
24 $(LTLIBREADLINE) when linking with libtool, $(LIBREADLINE) otherwise
25
26 License:
27 GPL
28
29 Maintainer:
30 Simon Josefsson