# HG changeset patch # User martinb # Date 991110092 0 # Node ID 5ce8d1ac7bdeea27fed0430977bf7af6a2b82214 # Parent d2dbc5fb887669c735da6430e1e2436c2a2e91c3 [xemacs-hg @ 2001-05-29 04:21:30 by martinb] typo fix du jour diff -r d2dbc5fb8876 -r 5ce8d1ac7bde ChangeLog --- a/ChangeLog Mon May 28 14:55:15 2001 +0000 +++ b/ChangeLog Tue May 29 04:21:32 2001 +0000 @@ -1,3 +1,7 @@ +2001-05-29 Martin Buchholz + + * configure.in: Remove stray backslash. + 2001-05-26 Ben Wing * configure.in (XE_COMPUTE_RUNPATH): diff -r d2dbc5fb8876 -r 5ce8d1ac7bde configure --- a/configure Mon May 28 14:55:15 2001 +0000 +++ b/configure Tue May 29 04:21:32 2001 +0000 @@ -741,7 +741,7 @@ m | ms | msw ) val=msw ;; * ) (echo "$progname: Usage error:" echo " " "The \`--$optname' option must have one of these values: - \`gtk\', \`lucid', \`motif', \`athena', \`yes', or \`no'." + \`gtk', \`lucid', \`motif', \`athena', \`yes', or \`no'." echo " Use \`$progname --help' to show usage.") >&2 && exit 1 ;; esac eval "$opt=\"$val\"" diff -r d2dbc5fb8876 -r 5ce8d1ac7bde configure.in --- a/configure.in Mon May 28 14:55:15 2001 +0000 +++ b/configure.in Tue May 29 04:21:32 2001 +0000 @@ -793,7 +793,7 @@ g | gt | gtk ) val=gtk ;; m | ms | msw ) val=msw ;; * ) USAGE_ERROR(["The \`--$optname' option must have one of these values: - \`gtk\', \`lucid', \`motif', \`athena', \`yes', or \`no'."]) ;; + \`gtk', \`lucid', \`motif', \`athena', \`yes', or \`no'."]) ;; esac eval "$opt=\"$val\"" ;;