Port to platforms lacking test -a and -o
commit5c20aa7486f9cb8871f40bca9ac5fee09caefca3
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Feb 2015 00:00:17 +0000 (8 16:00 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Feb 2015 00:00:58 +0000 (8 16:00 -0800)
tree6c1a11a7fe3f09a364e574d916b80dc7c303508f
parent7d631aa0ffab875e4979727f632703ad5b4100a2
Port to platforms lacking test -a and -o

* configure.ac (HAVE_LIBXML2):
* lisp/Makefile.in (compile-clean):
* lisp/net/tramp-sh.el (tramp-find-executable):
Prefer '&&' and '||' to 'test -a' and 'test -o'.
ChangeLog
configure.ac
lisp/ChangeLog
lisp/Makefile.in
lisp/net/tramp-sh.el