From b5698e4d63f840db7f4c485fa749582b4b6418f8 Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Wed, 22 May 2002 13:18:46 +0000 Subject: [PATCH] Wed May 22 09:16:55 2002 Michael Jennings (mej) Touch-ups to help info. SVN revision: 6268 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index b107421..45cb3d3 100644 --- a/configure.in +++ b/configure.in @@ -526,7 +526,7 @@ if test $UTMP -eq 1; then fi AC_MSG_CHECKING(for backspace key configuration) AC_ARG_WITH(backspace, -[ --with-backspace=KEY force backspace to send KEY (KEY is either \"bs\" for ^H or \"del\" for ^?)], [ +[ --with-backspace=KEY force backspace to send KEY (KEY is \"bs\" for ^H, \"del\" for ^?, \"auto\" to check stty)], [ if test "$withval" = "bs"; then AC_MSG_RESULT(forcing Backspace to send Ctrl-H) AC_DEFINE(FORCE_BACKSPACE) @@ -544,7 +544,7 @@ AC_ARG_WITH(backspace, AC_MSG_CHECKING(for delete key configuration) AC_ARG_WITH(delete, [ --with-delete=SETTING force delete to SETTING (\"server\" to use the X server value always, - \"execute\" to send the old default execute escape sequence, + \"execute\" to send the old default execute escape sequence, \"del\" for ^?, or a quoted string to use a specific string)], [ if test "$withval" = "server"; then AC_MSG_RESULT(X server value)