changeset 7141:3d4e66b17fe5

Improve error message for bad --with-x-toolkit value.
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 Apr 1994 22:33:52 +0000
parents c2e4cc470ade
children 2b445c15563e
files configure1.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure1.in	Wed Apr 27 22:31:09 1994 +0000
+++ b/configure1.in	Wed Apr 27 22:33:52 1994 +0000
@@ -212,7 +212,8 @@
 #echo "${progname}: the \`--${optname}' option is supposed to have a value
 #which is \`yes', \`no', \`lucid', \`athena', \`motif' or \`open-look'."
 echo "${progname}: the \`--${optname}' option is supposed to have a value
-which is \`yes', \`no', \`lucid', or \`athena'."
+which is \`yes', \`no', \`lucid', or \`athena'.
+Currently, \`yes', \`athena' and \`lucid' are synonyms."
 	       echo "${short_usage}") >&2
 	      exit 1
 	    ;;