auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX-devel] Spaces in file names on Windows


From: Ralf Angeli
Subject: Re: [AUCTeX-devel] Spaces in file names on Windows
Date: Fri, 12 Aug 2005 11:09:51 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

* Ralf Angeli (2005-08-11) writes:

> checking if d:/tmp/foo\ bar/emacs-21.3/bin/emacs is XEmacs... cat: 
> ./conftest-4036: No such file or directory
> configure: error: Unable to run d:/tmp/foo\ bar/emacs-21.3/bin/emacs!  
> Aborting!
> configure: error: /bin/sh './configure' failed for preview

The configuration succeeds (apart from some seemingly insignificant
problem with changing back to the top level directory) if the "export
EMACS" statement in the top level configure.ac is disabled or removed.

Is this statement mandatory?  If I configure AUCTeX with something
like `EMACS=/path/to/emacs ./configure --prefix=/some/prefix', the
preview/configure script gets the given Emacs even if the statement
is disabled.  (... and the path in a set $EMACS will be used for all
sorts of variables, like $lispdir, $packagelispdir, etc., instead of
--prefix; don't know if this is correct)

Anyway, after a succeeded configuration I am left with a top-level
Makefile with the following paths:

prefix = d:/tmp/foo\ bar/emacs-21.3$(null)
exec_prefix = ${prefix}$(null)
libdir = ${exec_prefix}/lib$(null)
packagedatadir = d:/tmp/foo bar/emacs-21.3/site-lisp/auctex$(null)
datadir = ${prefix}/share$(null)
localstatedir = ${prefix}/var$(null)
infodir = ${prefix}/info$(null)
lispdir = d:/tmp/foo\ bar/emacs-21.3/site-lisp$(null)
auctexstartfile=d:/tmp/foo\ bar/emacs-21.3/site-lisp/auctex.el
packagelispdir = d:/tmp/foo bar/emacs-21.3/site-lisp/auctex$(null)
packagedatadir = d:/tmp/foo bar/emacs-21.3/site-lisp/auctex$(null)

Quoting is definitely messed up here.  But I still don't know if this
is a problem with the MSYS shell or our scripts.

-- 
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]