Hi, I have seen on the web archive that there were replies on Stefan's mail with my patch... (I'm not subscribed to the list, so CCing me would be nice.)
> @@ -207,7 +208,7 @@
> if test "x$theprefix" = "xNONE"; then
> theprefix=$ac_default_prefix
> fi
> - datadir="\$(prefix)/share"
> + datadir="${theprefix}/share"
> if test "$EMACS_FLAVOR" = "xemacs"; then
> datadir="\$(prefix)/lib"
> lispdir="${datadir}/${EMACS_FLAVOR}/site-packages/lisp/dvc"
It seems this needs some explanation. The problem with \$(prefix) is,
that it won't be expanded and so dvc-load-install.el will hold lines
like:
(add-to-list 'load-path "$(prefix)/share/emacs/site-packages/lisp/dvc")
which is nonsense of cause, because Emacs doesn't know about
$(prefix).
cheers
sascha
--
Sascha Wilde : VI is to EMACS as masturbation is to making love:
: effective and always available but probably not your
: first choice...
pgpy0Xu3ChGeN.pgp
Description: PGP signature
_______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
