verify: new macro 'assume'
[gnulib.git] / modules / readline
1 Description:
2 Simple implementation of readline.
3
4 Files:
5 lib/readline.h
6 lib/readline.c
7 m4/readline.m4
8
9 Depends-on:
10 havelib
11 getline         [test "$gl_cv_lib_readline" = no]
12
13 configure.ac:
14 gl_FUNC_READLINE
15 if test "$gl_cv_lib_readline" = no; then
16   AC_LIBOBJ([readline])
17   gl_PREREQ_READLINE
18 fi
19
20 Makefile.am:
21
22 Include:
23 "readline.h"
24
25 Link:
26 $(LTLIBREADLINE) when linking with libtool, $(LIBREADLINE) otherwise
27
28 License:
29 GPL
30
31 Maintainer:
32 Simon Josefsson