repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
manywarnings: port to 64-bit GCC builds of Emacs
[gnulib.git]
/
modules
/
readline
blob
9cee3bb27113e2633b9555ae738005ee15558c37
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