]> git.draconx.ca Git - cdecl99.git/blob - lib/local/modules/readline
3a9c7f428338fba1937faf5ff55932bc6dca6732
[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 gl_FUNC_READLINE
14
15 Makefile.am:
16 GNULIB_LOCAL_DIST += modules/readline
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