Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH] Fix configure help strings
@ 2010-10-04 21:12 Andreas Schwab
  2010-10-05  4:27 ` Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2010-10-04 21:12 UTC (permalink / raw)
  To: ding

2010-10-04  Andreas Schwab  <schwab@linux-m68k.org>

	* configure.in: Fix help strings.
---
 configure.in |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/configure.in b/configure.in
index e4c53c9..d697ea0 100644
--- a/configure.in
+++ b/configure.in
@@ -10,9 +10,13 @@ if test "${EMACS}" = "t"; then
    EMACS=""
 fi
 
-AC_ARG_WITH(xemacs,[  --with-xemacs           Use XEmacs to build], 
+AC_ARG_WITH(xemacs,
+	[AS_HELP_STRING([[--with-xemacs[=PROG]]],
+			[use XEmacs to build (default: PROG=xemacs)])],
 	[ if test "${withval}" = "yes"; then EMACS=xemacs; else EMACS=${withval}; fi ])
-AC_ARG_WITH(emacs,[  --with-emacs            Use Emacs to build], 
+AC_ARG_WITH(emacs,
+	[AS_HELP_STRING([[--with-emacs[=PROG]]],
+			[use Emacs to build (default: PROG=emacs)])],
 	[ if test "${withval}" = "yes"; then EMACS=emacs; else EMACS=${withval}; fi ])
 AC_CHECK_PROG(MAKEINFO, makeinfo, makeinfo, no)
 
-- 
1.7.3.1


-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix configure help strings
  2010-10-04 21:12 [PATCH] Fix configure help strings Andreas Schwab
@ 2010-10-05  4:27 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2010-10-05  4:27 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: ding

Andreas Schwab wrote:
> 2010-10-04  Andreas Schwab  <schwab@linux-m68k.org>

> 	* configure.in: Fix help strings.

Thank you for the patch.  I've applied it (and regenerated
configure) in Gnus git trunk.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-05  4:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-04 21:12 [PATCH] Fix configure help strings Andreas Schwab
2010-10-05  4:27 ` Katsumi Yamaoka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).