From: Dave Love Date: Thu, 6 Jan 2000 12:12:52 +0000 (+0000) Subject: (AM_PATH_LISPDIR): Check for user's EMACS setting. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=7dd44d99a3a5641a9d302f0b74dcbeccc9f3e7a1 (AM_PATH_LISPDIR): Check for user's EMACS setting. --- diff --git a/aclocal.m4 b/aclocal.m4 index 1e0060186..1b62c54df 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -4,7 +4,7 @@ AC_DEFUN(AM_PATH_LISPDIR, [# If set to t, that means we are running in a shell under Emacs. # If you have an Emacs named "t", then use the full path. test "$EMACS" = t && EMACS= - AC_PATH_PROGS(EMACS, emacs xemacs, no) + test "$EMACS" || AC_PATH_PROGS(EMACS, emacs xemacs, no) if test $EMACS != "no"; then AC_MSG_CHECKING([where .elc files should go]) dnl Set default value