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