From f3368648ee16e48ec52ed29816e925c1ea84e389 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 16 Apr 2003 23:42:16 +0000 Subject: [PATCH 1/1] Fix help messages. --- aclocal.m4 | 4 ++-- configure | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 033be85..d628a68 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -16,14 +16,14 @@ AC_DEFUN(AC_CHECK_EMACS, unset ac_cv_prog_EMACS; unset ac_cv_prog_XEMACS; AC_ARG_WITH(emacs, - [ --with-emacs=EMACS compile with EMACS [EMACS=emacs, mule...]], + [ --with-emacs=EMACS compile with EMACS [[EMACS=emacs, mule...]]], [if test "$withval" = yes -o -z "$withval"; then AC_CHECK_PROGS(EMACS, emacs xemacs mule, emacs) else AC_CHECK_PROG(EMACS, $withval, $withval, emacs) fi]) AC_ARG_WITH(xemacs, - [ --with-xemacs=XEMACS compile with XEMACS [XEMACS=xemacs]], + [ --with-xemacs=XEMACS compile with XEMACS [[XEMACS=xemacs]]], [if test "$withval" = yes -o -z "$withval"; then AC_CHECK_PROG(XEMACS, xemacs, xemacs, xemacs) else diff --git a/configure b/configure index db8835d..de609c4 100755 --- a/configure +++ b/configure @@ -782,8 +782,8 @@ if test -n "$ac_init_help"; then Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --with-emacs=EMACS compile with EMACS EMACS=emacs, mule... - --with-xemacs=XEMACS compile with XEMACS XEMACS=xemacs + --with-emacs=EMACS compile with EMACS [EMACS=emacs, mule...] + --with-xemacs=XEMACS compile with XEMACS [XEMACS=xemacs] --with-lispdir=DIR Where to install lisp files (for XEmacs package, use --with-packagedir instead) --with-etcdir=DIR Where to install etc files -- 1.7.10.4