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: Gary V . Vaughan
Subject: Re: automake-1.4-p2 install/uninstall target bug
Date: Sun, 15 Jul 2001 17:25:07 +0100

On Friday 15 June 2001  2:46 am, Tom Tromey wrote:
> >>>>> "Bruno" == Bruno Haible <address@hidden> writes:
> 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.

Backported Tom's fix into branch-1-4.

Cheers,
        Gary.
-- 
  ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org
  ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
  / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
`(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/



reply via email to

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