Mercurial > emacs
changeset 107408:eba6eb70e988
Doc fix.
* configure.in (--with-x-toolkit): In the help text, say which options
are synonyms.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 17 Mar 2010 22:54:09 -0700 |
parents | 975563054751 |
children | 699a9df0de1e |
files | ChangeLog configure.in |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Mar 17 22:49:31 2010 -0700 +++ b/ChangeLog Wed Mar 17 22:54:09 2010 -0700 @@ -1,5 +1,8 @@ 2010-03-18 Glenn Morris <rgm@gnu.org> + * 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.
--- a/configure.in Wed Mar 17 22:49:31 2010 -0700 +++ b/configure.in Wed Mar 17 22:54:09 2010 -0700 @@ -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 ;;