# HG changeset patch # User Richard M. Stallman # Date 767486032 0 # Node ID 3d4e66b17fe59f768250ca36f6d781bbe9a2d277 # Parent c2e4cc470ade4a7cc65e09b27568f72e3b54f2eb Improve error message for bad --with-x-toolkit value. diff -r c2e4cc470ade -r 3d4e66b17fe5 configure1.in --- 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 ;;