[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: |
Mon, 13 Jul 2020 15:06:23 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Nicholas Drozd <nicholasdrozd@gmail.com> writes:
Hi Nicholas,
> I've attached a new version of the patch. Hopefully this one is right.
Still problems:
--8<---------------cut here---------------start------------->8---
# ./configure
configure: Tramp 2.5.0-pre
checking for gmake... no
checking for make... make
checking for reasonable make version... ok
checking whether make sets $(MAKE)... yes
checking for emacs... /usr/local/bin/emacs
./configure: command substitution: line 1880: unexpected EOF while looking for
matching `''
./configure: command substitution: line 1881: syntax error: unexpected end of
file
checking for /usr/local/bin/emacs version... ok
...
--8<---------------cut here---------------end--------------->8---
And this:
--8<---------------cut here---------------start------------->8---
# ./configure --with-emacs=~/src/emacs-25/src/emacs
configure: Tramp 2.5.0-pre
checking for gmake... no
checking for make... make
checking for reasonable make version... ok
checking whether make sets $(MAKE)... yes
checking for ~/src/emacs-25/src/emacs... no
configure: error: no not found
--8<---------------cut here---------------end--------------->8---
Best regards, Michael.