Søren Christensen <[email protected]> writes: Hi Søren,
> I'm trying to install auctex, but the configure-script stops with the report: > Srens-MacBook-Pro:auctex-11.86 pastor$ ./configure > [...] > checking for emacs... /usr/bin/emacs > checking if /usr/bin/emacs is XEmacs... cat: ./conftest-2068: No such file or > directory > configure: error: Unable to run /usr/bin/emacs! Aborting! In a terminal, type $ which emacs It'll tell you the correct path for emacs. Then provide that path to the configure script like so: $ ./configure --with-emacs=/the/real/path/to/emacs Bye, Tassilo _______________________________________________ auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex
