Mercurial > hg > xemacs-beta
comparison configure.in @ 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 | 5c09e1d634a3 |
children | fd49b88b9f06 |
comparison
equal
deleted
inserted
replaced
584:d2dbc5fb8876 | 585:5ce8d1ac7bde |
---|---|
791 n | no | non | none ) val=no ;; | 791 n | no | non | none ) val=no ;; |
792 y | ye | yes ) val=yes ;; | 792 y | ye | yes ) val=yes ;; |
793 g | gt | gtk ) val=gtk ;; | 793 g | gt | gtk ) val=gtk ;; |
794 m | ms | msw ) val=msw ;; | 794 m | ms | msw ) val=msw ;; |
795 * ) USAGE_ERROR(["The \`--$optname' option must have one of these values: | 795 * ) USAGE_ERROR(["The \`--$optname' option must have one of these values: |
796 \`gtk\', \`lucid', \`motif', \`athena', \`yes', or \`no'."]) ;; | 796 \`gtk', \`lucid', \`motif', \`athena', \`yes', or \`no'."]) ;; |
797 esac | 797 esac |
798 eval "$opt=\"$val\"" | 798 eval "$opt=\"$val\"" |
799 ;; | 799 ;; |
800 | 800 |
801 dnl Obsolete legacy argument? Warn, but otherwise ignore. | 801 dnl Obsolete legacy argument? Warn, but otherwise ignore. |