configure: check for socat and its escape feature
authorGuido Trotter <ultrotter@google.com>
Sat, 31 Oct 2009 21:38:08 +0000 (17:38 -0400)
committerGuido Trotter <ultrotter@google.com>
Tue, 3 Nov 2009 13:14:17 +0000 (08:14 -0500)
commit37fc2cf5ba8919cef407199ee540aad4b1a9a2b6
treea58a95a90ad284304c46b4f3584b372bb1ae8231
parent66e7e01af5921433ec8ec2e3795a2874bd3f186a
configure: check for socat and its escape feature

Currently we use a static value for the socat path, or we trust the
user-provided one. With this patch we still trust any user provided
value, but if none is passed we check for socat on the machine we're
being configured on. This allows us also to check if we can or cannot
use the escape= feature in socat.

If the user has forced the path in, he can also pass --with-socat-escape
in order to force the escape functionality to be used, even if a check
is not done.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Makefile.am
configure.ac