autoconf-patches
[Top][All Lists]
Advanced

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

Re: [Mingw-users] cfg.mk:20: *** Recursive variable `PATH' references it


From: Ralf Wildenhues
Subject: Re: [Mingw-users] cfg.mk:20: *** Recursive variable `PATH' references itself (eventually). Stop. while compiling autoconf
Date: Wed, 8 Oct 2008 23:03:56 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hi Stepan,

* Stepan Kasal wrote on Wed, Oct 08, 2008 at 08:01:32PM CEST:
> 
> > +   * Makefile.am (pkgdata_DATA): Protect by MAKE_CASE_SENSITIVE.
> 
> Obviously, this has the side effect that file INSTALL is not install
> to $(pkgdatadir) (usually $prefix/share/autoconf).
> I hope this does not matter.  If it would matter we could add
>       else
>       pkgdata_DATA = $(abs_srcdir)/INSTALL
> to Makefile.am.

That wouldn't let INSTALL be updated if doc/install.texi changed.
I don't think anybody would care.

You could also use $(srcdir)/doc/../INSTALL I guess.  Same effect,
except the absolute path could still contain white space, no?

Cheers,
Ralf




reply via email to

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