autoconf-patches
[Top][All Lists]
Advanced

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

Re: Problem with symlinks and VPATH Builds


From: Mark D. Roth
Subject: Re: Problem with symlinks and VPATH Builds
Date: Sat, 20 Jul 2002 20:31:13 -0500
User-agent: Mutt/1.2.5i

On Sat Jul 20 19:27 2002 -0500, Mark D. Roth wrote:
> Does anyone know of any OSs where /bin/pwd does NOT exist?

Actually, I realized that this doesn't really matter.  We can use the
workaround only if "test -x /bin/pwd" succeeds.  That means that
symlinks will still be a problem on platforms where /bin/pwd doesn't
exist, but at least configure will still work if the real path is
used.


> The best behavior would probably be to use "." for abs_builddir and
> abs_top_builddir, but "`/bin/pwd`" for abs_srcdir and abs_top_srcdir.
> If no one has any other ideas, I'll throw together a patch that
> implements this.

I've attached a patch that does this.  It passes the test suite, so if
I don't hear any objections in the next couple of days, I'll commit
this to CVS.

-- 
Mark D. Roth <address@hidden>
http://www.feep.net/~roth/

Attachment: autoconf-pwd-symlink-fix-1.diff
Description: Text document


reply via email to

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