comparison configure @ 585:5ce8d1ac7bde

[xemacs-hg @ 2001-05-29 04:21:30 by martinb] typo fix du jour
author martinb
date Tue, 29 May 2001 04:21:32 +0000
parents 0dcc097685c7
children fd49b88b9f06
comparison
equal deleted inserted replaced
584:d2dbc5fb8876 585:5ce8d1ac7bde
739 y | ye | yes ) val=yes ;; 739 y | ye | yes ) val=yes ;;
740 g | gt | gtk ) val=gtk ;; 740 g | gt | gtk ) val=gtk ;;
741 m | ms | msw ) val=msw ;; 741 m | ms | msw ) val=msw ;;
742 * ) (echo "$progname: Usage error:" 742 * ) (echo "$progname: Usage error:"
743 echo " " "The \`--$optname' option must have one of these values: 743 echo " " "The \`--$optname' option must have one of these values:
744 \`gtk\', \`lucid', \`motif', \`athena', \`yes', or \`no'." 744 \`gtk', \`lucid', \`motif', \`athena', \`yes', or \`no'."
745 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 ;; 745 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 ;;
746 esac 746 esac
747 eval "$opt=\"$val\"" 747 eval "$opt=\"$val\""
748 ;; 748 ;;
749 749