Sascha Wilde <[EMAIL PROTECTED]> writes:

> 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).

Then I believe none of the version will work for both the Debian
package and dvc-load.el. We'll need another variable, like
@full_prefix@, @full_lispdir@, I suppose ...

-- 
Matthieu

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

Reply via email to