summaryrefslogtreecommitdiff
path: root/modules/readline
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-08-11 19:42:27 +0000
committerSimon Josefsson <simon@josefsson.org>2005-08-11 19:42:27 +0000
commit907eac00481355b563fd81872899eeea60417904 (patch)
treef54558e651dd42356ddd2bd43798e651f0785853 /modules/readline
parent9df4453b386268b137f71b0e9548f67e03565dd4 (diff)
downloadgnulib-907eac00481355b563fd81872899eeea60417904.tar.gz
Add readline.
Diffstat (limited to 'modules/readline')
-rw-r--r--modules/readline25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/readline b/modules/readline
new file mode 100644
index 0000000000..b5e7db316a
--- /dev/null
+++ b/modules/readline
@@ -0,0 +1,25 @@
+Description:
+Simple implementation of readline.
+
+Files:
+lib/readline.h
+lib/readline.c
+m4/readline.m4
+m4/lib-link.m4
+
+Depends-on:
+getline
+
+configure.ac:
+gl_FUNC_READLINE
+
+Makefile.am:
+
+Include:
+"readline.h"
+
+License:
+GPL
+
+Maintainer:
+Simon Josefsson