MacArthur, Ian (SELEX) (UK) wrote:
> ...
> 1. I assume that the directory paths are intentionally "un-expanded", so
> that the Makefiles can "adjust" the expansions as required at
> build/install time?

Yes.

> 2. Why is "datarootdir" not set at all? Actually, I don't even know what
> that's used for. I assume it does not matter? (Doesn't seem to do any
> harm here AFAI can tell!)

datarootdir is a new variable added in autoconf 2.60:

     — Variable: datadir

       The directory for installing idiosyncratic read-only
       architecture-independent data.

     — Variable: datarootdir

       The root of the directory tree for read-only
       architecture-independent data files.

I've yet to discover what the motivation/advantage of the new
variable is, but since we use autoconf 2.6x when creating source
tarballs, we need to support datarootdir...

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to