Re: Patch to makefile-temp

2014-06-02 Thread Vincent Belaïche
Sorry for the mistake, my intention was to send the diff file, not the modified makefile-temp. Hello, Not sure whether I have ever submitted this. This patch is supposed to smooth installation from repo with Windows + MSYS, without any border effect when MSYS is not there. Backward

Re: Patch to makefile-temp

2014-06-02 Thread Roland Winkler
On Mon Jun 2 2014 Vincent Belaïche wrote: - --eval '(setq generated-autoload-file '`pwd`/$@')' \ + --eval '(setq generated-autoload-file $(cur_dir)\\$@)' \ How is the backslash supposed to work on unix-like systems? Am I missing something?