emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Re: etags name collision.


From: Eli Zaretskii
Subject: Re: [PATCH] Re: etags name collision.
Date: Tue, 12 Apr 2022 05:28:33 +0300

> Date: Mon, 11 Apr 2022 21:53:50 +0200
> From: Ergus <spacibba@aol.com>
> Cc: Eli Zaretskii <eliz@gnu.org>, emacs-devel@gnu.org
> 
> >> +   fi])
> >> +if test "$with_ctags" = no; then
> >> +  with_ctags=
> >> +fi
> >
> >I still think that any test for an installed binary is a bad idea, from
> >a distro point of view. Note that distros typically build packages in an
> >environment that is different from the one of the final target system.
> >
> Here I agree

How else to test whether this is needed?  I'm okay with having
"--without-ctags" with no test, but then the default will have to be
to install our ctags.  With the test, we could refrain from installing
it if the test says so.

I'm also okay with leaving things as they are now, obviously, if this
change brings more problems than it solves.  I don't consider the
current situation bad enough to necessitate any changes.



reply via email to

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