Fix help messages.
authoryamaoka <yamaoka>
Wed, 16 Apr 2003 23:42:16 +0000 (23:42 +0000)
committeryamaoka <yamaoka>
Wed, 16 Apr 2003 23:42:16 +0000 (23:42 +0000)
aclocal.m4
configure

index 033be85..d628a68 100644 (file)
@@ -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
index db8835d..de609c4 100755 (executable)
--- 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