From 907eac00481355b563fd81872899eeea60417904 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 11 Aug 2005 19:42:27 +0000 Subject: Add readline. --- modules/readline | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 modules/readline (limited to 'modules/readline') 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 -- cgit v1.2.1