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