From d95fd3df5997b0dab8650d9427997d295d0975e3 Mon Sep 17 00:00:00 2001 From: Umut Tezduyar Date: Thu, 14 Mar 2013 14:58:40 +0100 Subject: build-sys: configurable debug shell tty path --- configure.ac | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f1bf7582fd..d6e5a090bd 100644 --- a/configure.ac +++ b/configure.ac @@ -754,6 +754,15 @@ AS_IF([test "x$enable_keymap" = "xyes"], [ ]) AM_CONDITIONAL([ENABLE_KEYMAP], [test "x$enable_keymap" = "xyes"]) +# ------------------------------------------------------------------------------ +debugshell=/dev/tty9 +AC_ARG_WITH([debugshelltty], + [AS_HELP_STRING([--with-debugshelltty=PATH], + [Specify the tty device for debug shell])], + [debugshell="$withval"], + []) +AC_SUBST(debugshell) + # ------------------------------------------------------------------------------ have_manpages=no AC_ARG_ENABLE(manpages, AS_HELP_STRING([--disable-manpages], [disable manpages])) -- cgit v1.2.3-54-g00ecf