autoconf
[Top][All Lists]
Advanced

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

Re: AC_*_IFELSE and paths with spaces


From: Paul Eggert
Subject: Re: AC_*_IFELSE and paths with spaces
Date: Fri, 11 Mar 2005 15:42:07 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

Vladimir Panov <address@hidden> writes:

> how do I add paths with spaces to $CPPFLAGS, $LDFLAGS, etc so that
> the AC_*_IFELSE macros would pass them correctly to the compiler?

If you can't rename the directories, you can instead create space-free
symbolic links to the spaced-out directories, and refer to the
symlinks rather than to the directories themselves.




reply via email to

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