[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r99674: Doc fix.
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r99674: Doc fix. |
Date: |
Wed, 17 Mar 2010 22:54:09 -0700 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99674
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-03-17 22:54:09 -0700
message:
Doc fix.
* configure.in (--with-x-toolkit): In the help text, say which options
are synonyms.
modified:
ChangeLog
configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-03-18 05:49:31 +0000
+++ b/ChangeLog 2010-03-18 05:54:09 +0000
@@ -1,5 +1,8 @@
2010-03-18 Glenn Morris <address@hidden>
+ * configure.in (--with-x-toolkit): In the help text, say which options
+ are synonyms.
+
* configure.in (--with-mmdf, --with-mail-unlink):
New options, off by default.
(--with-mailhost): New option to set default POP host.
=== modified file 'configure.in'
--- a/configure.in 2010-03-18 05:49:31 +0000
+++ b/configure.in 2010-03-18 05:54:09 +0000
@@ -123,7 +123,7 @@
dnl added later on when we find the path of X, and it's best to
dnl keep them together visually.
AC_ARG_WITH([x-toolkit],[AS_HELP_STRING([--with-x-toolkit=KIT],
- [use an X toolkit (KIT one of: yes, lucid, athena, motif, gtk, no)])],
+ [use an X toolkit (KIT one of: yes or gtk, lucid or athena, motif, no)])],
[ case "${withval}" in
y | ye | yes ) val=gtk ;;
n | no ) val=no ;;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r99674: Doc fix.,
Glenn Morris <=