tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Clean up Tramp version check


From: Michael Albinus
Subject: Re: [PATCH] Clean up Tramp version check
Date: Tue, 28 Jul 2020 10:04:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Nicholas Drozd <nicholasdrozd@gmail.com> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]