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.
This commit is contained in:
Holger Freyther 2009-01-02 22:04:43 +00:00
parent 39df725e36
commit 9b16cf3efd
1 changed files with 1 additions and 0 deletions

View File

@ -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