Steve Youngs <[EMAIL PROTECTED]> writes:

> And it almost works too. :-P  Here's the fix...
>
> --- orig/lisp/Makefile.in
> +++ mod/lisp/Makefile.in
> @@ -36,7 +36,7 @@
>          contrib/ewoc.el
>  XSRCS = auto-autoloads.el custom-load.el xtla-version.el
>  PACKAGEDIR = @lispdir@
> -EXTRA_OPTS = -l xtla-build
> +EXTRA_OPTS = -l ../@[EMAIL PROTECTED]

I don't understand why this is necessary: PUSHPATH should put the
right directory in the 'load-path.

I don't like ../@srcdir@ because if I do

cd /tmp
mkdir build
cd build
~/path/to/xtla/configure
make

then, I get 

EXTRA_OPTS = -l ..//home/moy/emacs-lisp/xxtla/lisp/xtla-build

If the path is necessary, then, I suppose @abs_srcdir@ would be better
(Hmm, it will break if you move the source and the build directory,
but since @abs_...@ is used in other places, it would break anyway!)

--
Matthieu

Reply via email to