Le 5107 Septembre 1993, Christian Ohler a tapoté:
> The file dvc-load-install.el (generated by ./configure from 
> dvc-load-install.el.in) contains this code:
>
> (add-to-list 'load-path "$(prefix)/share/emacs/site-lisp/dvc/")
> (unless (locate-library "ewoc")
>    (add-to-list 'load-path "$(prefix)/share/emacs/site-lisp/dvc/contrib"))
> (add-to-list 'Info-default-directory-list "${datarootdir}/info/info")
>
> I don't see how this code can possibly work; as far as I know, Emacs 
> doesn't have any special treatment for the prefixes "$(prefix)" or 
> "${datarootdir}" in entries in `load-path' and 
> `Info-default-directory-list'.
>
> Since I don't think this code works at all, I suspect nobody is using 
> this file.  We can just delete it.  That would get rid of the warning. 
> Any objections?

This file is used by the Makefile to generate dvc-load.el.
It replace $(prefix) with the actual value of $(prefix).

${datarootdir} must be replaced, I'll fix it.

Regards.
-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x2A408F69

_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to