/[tramp]/tramp/aclocal.m4
ViewVC logotype

Diff of /tramp/aclocal.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.3 by albinus, Mon Apr 14 20:12:36 2003 UTC revision 2.4 by albinus, Sat May 24 22:41:01 2003 UTC
# Line 10  AC_DEFUN(AC_EMACS_LISP, [ Line 10  AC_DEFUN(AC_EMACS_LISP, [
10    fi    fi
11    AC_CACHE_VAL(EMACS_cv_SYS_$1,[    AC_CACHE_VAL(EMACS_cv_SYS_$1,[
12      OUTPUT=./conftest-$$      OUTPUT=./conftest-$$
13      echo ${EMACS} -batch -eval "(let ((x ${elisp})) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil \"${OUTPUT}\"))" >& AC_FD_CC 2>&1        echo ${EMACS} --no-site-file -batch -eval "(let ((x ${elisp})) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil \"${OUTPUT}\"))" >& AC_FD_CC 2>&1  
14      ${EMACS} -batch -eval "(let ((x ${elisp})) (write-region (if (stringp x) (princ x 'ignore) (prin1-to-string x)) nil \"${OUTPUT}\"nil 5))" >& AC_FD_CC 2>&1      ${EMACS} --no-site-file -batch -eval "(let ((x ${elisp})) (write-region (if (stringp x) (princ x 'ignore) (prin1-to-string x)) nil \"${OUTPUT}\"nil 5))" >& AC_FD_CC 2>&1
15      if test ! -e "${OUTPUT}"; then      if test ! -e "${OUTPUT}"; then
16        AC_MSG_RESULT()        AC_MSG_RESULT()
17        AC_MSG_ERROR([calling ${EMACS}])        AC_MSG_ERROR([calling ${EMACS}])

Legend:
Removed from v.2.3  
changed lines
  Added in v.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26