From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72573 Path: news.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.gnus.general Subject: [PATCH] Fix configure help strings Date: Mon, 04 Oct 2010 23:12:42 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1286226774 20932 80.91.229.12 (4 Oct 2010 21:12:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Oct 2010 21:12:54 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20945@lists.math.uh.edu Mon Oct 04 23:12:53 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P2sL6-0007MF-Jf for ding-account@gmane.org; Mon, 04 Oct 2010 23:12:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P2sL1-00022l-2J; Mon, 04 Oct 2010 16:12:47 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P2sKz-00022X-NB for ding@lists.math.uh.edu; Mon, 04 Oct 2010 16:12:45 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P2sKy-0004hs-7L for ding@lists.math.uh.edu; Mon, 04 Oct 2010 16:12:45 -0500 Original-Received: from mail-out.m-online.net ([212.18.0.10]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P2sKx-0002uX-00 for ; Mon, 04 Oct 2010 23:12:43 +0200 Original-Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 373D71C0023E for ; Mon, 4 Oct 2010 23:12:43 +0200 (CEST) Original-Received: from igel.home (ppp-88-217-123-169.dynamic.mnet-online.de [88.217.123.169]) by mail.mnet-online.de (Postfix) with ESMTP id 2D88B1C001BE for ; Mon, 4 Oct 2010 23:12:43 +0200 (CEST) Original-Received: by igel.home (Postfix, from userid 501) id 0A973CA2A0; Mon, 4 Oct 2010 23:12:43 +0200 (CEST) X-Yow: I have accepted Provolone into my life! User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72573 Archived-At: 2010-10-04 Andreas Schwab * 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."