aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-01-02 22:04:43 +0000
committerHolger Freyther <zecke@selfish.org>2009-01-02 22:04:43 +0000
commit219518d06492d867909d91f1512f50d3235e1cc8 (patch)
tree4858a9076f11fcef9b84636eef539b4ecbfa4cd5 /configure.in
parentc6880a46adea65e5efd9dddb6dcd2cf5caa4966a (diff)
Add simplistic telnet control interface
This might turn into a complete wire protocol with special client software. For now it will be a simple client interface that you can use with telnet to do certain things. This is using flex to implement the parsing. Implementation and more commands will follow.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 045d7350e..6a6d3a951 100644
--- a/configure.in
+++ b/configure.in
@@ -7,6 +7,7 @@ dnl checks for programs
AC_PROG_MAKE_SET
AC_PROG_CC
AC_PROG_INSTALL
+AM_PROG_LEX
dnl checks for libraries