[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Mingw-users] cfg.mk:20: *** Recursive variable `PATH' references it
From: |
Stepan Kasal |
Subject: |
Re: [Mingw-users] cfg.mk:20: *** Recursive variable `PATH' references itself (eventually). Stop. while compiling autoconf |
Date: |
Wed, 8 Oct 2008 20:01:32 +0200 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hello all,
I apologize for my slow reactions to your mails.
I filed two bugs against GNU make tonight:
<http://savannah.gnu.org/bugs/?24488>
<http://savannah.gnu.org/bugs/?24487>
> + * 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.
Thanks,
Stepan