summaryrefslogtreecommitdiff
path: root/gnulib/modules/readline
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/readline')
m---------gnulib0
-rw-r--r--gnulib/modules/readline28
2 files changed, 28 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/modules/readline b/gnulib/modules/readline
new file mode 100644
index 00000000..933ae5b6
--- /dev/null
+++ b/gnulib/modules/readline
@@ -0,0 +1,28 @@
+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