Wed May 22 09:16:55 2002 Michael Jennings (mej)

Touch-ups to help info.


SVN revision: 6268
This commit is contained in:
Michael Jennings 2002-05-22 13:18:46 +00:00
parent 75a9cb4ae7
commit b5698e4d63
1 changed files with 2 additions and 2 deletions

View File

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