bug-automake
[Top][All Lists]
Advanced

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

Re: automake-1.4-p2 install/uninstall target bug


From: Tom Tromey
Subject: Re: automake-1.4-p2 install/uninstall target bug
Date: 14 Jun 2001 19:46:05 -0600

>>>>> "Bruno" == Bruno Haible <address@hidden> writes:

Hi.

I'm not ignoring your other patches.  The ones that are fixed in cvs
I'm leaving to Gary to decide about for the branch.  The branch is
really his baby.

Bruno> Then in misc/Makefile.in the targets install-lispLISP and
Bruno> uninstall-lispLISP will use $(lispdir), but this variable is
Bruno> not set if no emacs has been found on the system.

Bruno> A fix that works for me is to rewrite lines 162 and 174
Bruno>     list='$(lisp_LISP)'; for p in $$list; do
Bruno> to
Bruno>     list='$(lisp_LISP)'; test '\$(EMACS)' = no || for p in $$list; do

Bruno> But maybe the test for EMACS should also apply to the preceding
Bruno> $(mkinstalldirs) $(DESTDIR)$(lispdir) call.

I think it is better to check $(lispdir), because the user might have
run `configure --with-lispdir=/foo'.  I'll do this shortly.

Tom



reply via email to

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