]> git.draconx.ca Git - cdecl99.git/blobdiff - lib/local/modules/readline
cdecl99: Fall back to getline, instead of Gnulib's readline.
[cdecl99.git] / lib / local / modules / readline
diff --git a/lib/local/modules/readline b/lib/local/modules/readline
new file mode 100644 (file)
index 0000000..3a9c7f4
--- /dev/null
@@ -0,0 +1,30 @@
+Description:
+Simple implementation of readline, modified to include only the
+Autoconf library tests (2023-07).
+
+Files:
+m4/readline.m4
+
+Depends-on:
+gnulib-local
+havelib
+
+configure.ac:
+gl_FUNC_READLINE
+
+Makefile.am:
+GNULIB_LOCAL_DIST += modules/readline
+
+Include:
+#if HAVE_READLINE_READLINE_H
+#  include <readline/readline.h>
+#endif
+
+Link:
+$(LTLIBREADLINE) when linking with libtool, $(LIBREADLINE) otherwise
+
+License:
+GPL
+
+Maintainer:
+Simon Josefsson