changeset 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 d2dbc5fb8876
children b5b4308a001d
files ChangeLog configure configure.in
diffstat 3 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <martin@xemacs.org>
+
+	* configure.in: Remove stray backslash.
+
 2001-05-26  Ben Wing  <ben@xemacs.org>
 
 	* configure.in (XE_COMPUTE_RUNPATH):
--- 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\""
--- 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\""
 	;;