This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: pathnames containing spaces


On Tue, 2004-01-27 at 06:21, Earnie Boyd wrote:
> The usual response to this problem is 
> _don't_use_path_names_with_spaces_. 

Heh heh.

>  There are different ways to modify 
> what you are doing that it is not worth modifying the autotools to 
> handle the space in path name problem.

Wait a minute... You were joking, right? An important piece of
infrastructure like automake shouldn't have amateurish mistakes like
forgetting to properly quote pathnames in scripts and makefiles.

Surely the automake maintainers realize that this is a bug, don't they?

>   For instance you could use the 
> DOS 8.3 modified name which for ``Program Files'' is usually 
> ``Progra~1''.  Or you with Cygwin and MSYS you create a mount point and 
> map ``C:\Program Files'' to it, e.g. ``echo "c:/progra~1 /opt" >> 
> /etc/fstab''; then ``./configure --prefix=/opt''.

Thanks for the workarounds. Obviously, the mount point business won't
work for programs running outside of MSYS (or Cygwin). None of them will
work on non-windows platforms.

--Jim Amundson




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]