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
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