Nicholas Drozd <[email protected]> writes: > Hey Michael,
Hi Nicholas, > I just wanted to check and see the status of this one. Not relevant for your changes. "./configure" doesn't like a tilde in the file name. So we have only one problem with your patch --8<---------------cut here---------------start------------->8--- # ./configure configure: Tramp 2.5.0-pre checking for gmake... gmake checking for reasonable gmake version... ok checking whether gmake sets $(MAKE)... yes checking for emacs... /usr/local/bin/emacs ./configure: command substitution: line 1867: unexpected EOF while looking for matching `'' ./configure: command substitution: line 1868: syntax error: unexpected end of file ... --8<---------------cut here---------------end--------------->8--- --8<---------------cut here---------------start------------->8--- # ./configure --with-emacs=/usr/local/src/emacs-25/src/emacs configure: Tramp 2.5.0-pre checking for gmake... gmake checking for reasonable gmake version... ok checking whether gmake sets $(MAKE)... yes checking for /usr/local/src/emacs-25/src/emacs... /usr/local/src/emacs-25/src/emacs ./configure: command substitution: line 1867: unexpected EOF while looking for matching `'' ./configure: command substitution: line 1868: syntax error: unexpected end of file ... --8<---------------cut here---------------end--------------->8--- Best regards, Michael.
