mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
29 lines
318 B
Plaintext
29 lines
318 B
Plaintext
Description:
|
|
Simple implementation of readline.
|
|
|
|
Files:
|
|
lib/readline.h
|
|
lib/readline.c
|
|
m4/readline.m4
|
|
|
|
Depends-on:
|
|
getline
|
|
havelib
|
|
|
|
configure.ac:
|
|
gl_FUNC_READLINE
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"readline.h"
|
|
|
|
Link:
|
|
$(LTLIBREADLINE) when linking with libtool, $(LIBREADLINE) otherwise
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|