What is the best way to detect if emacs is installed? The nesC compiler build (apparently) requires emacs to be installed, and I'd like to modify their configure script to detect this, but I don't know of any AC_ macro to detect emacs...
What would be the best way to reliably detect this-- checking for /usr/bin/emacs? Checking the results of which emacs (assuming the system has which...)?
Relevant: https://github.com/tinyos/nesc/issues/1
CC=emacs?! – William Pursell Feb 14 at 14:14