This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: pathnames containing spaces
James Amundson <amundson@users.sourceforge.net> writes:
> As far as I can tell, it is impossible to get automake to work with
> pathnames containing spaces. The canonical example is
> ./configure --prefix="/c/Program Files"
> make install
> which will cause make to choke because install will be called with
> unquoted pathnames. I don't know if there are other examples -- I have
> never made it past this one.
make uses a space as a separator, and getting it to accept spaces in file
names is extremely difficult or impossible depending on the version of
make that you're using.
Automake is, for good or ill, built on top of make, and therefore suffers
from its shortcomings.
--
Russ Allbery (rra@stanford.edu) <http://www.eyrie.org/~eagle/>