unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / readline
blob137ee2a9762d21486e6c058f200675fa9f7a00eb
1 Description:
2 Simple implementation of readline.
4 Files:
5 lib/readline.h
6 lib/readline.c
7 m4/readline.m4
9 Depends-on:
10 havelib
11 getline         [test "$gl_cv_lib_readline" = no]
13 configure.ac:
14 gl_FUNC_READLINE
15 gl_CONDITIONAL([GL_COND_OBJ_READLINE], [test "$gl_cv_lib_readline" = no])
16 AM_COND_IF([GL_COND_OBJ_READLINE], [
17   gl_PREREQ_READLINE
20 Makefile.am:
21 if GL_COND_OBJ_READLINE
22 lib_SOURCES += readline.c
23 endif
25 Include:
26 "readline.h"
28 Link:
29 $(LTLIBREADLINE) when linking with libtool, $(LIBREADLINE) otherwise
31 License:
32 GPL
34 Maintainer:
35 Simon Josefsson