autoconf
[Top][All Lists]
Advanced

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

Re: Build directory option for configure script


From: Eric Blake
Subject: Re: Build directory option for configure script
Date: Mon, 13 Aug 2012 11:07:05 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0

On 08/13/2012 10:57 AM, Daniel J Sebald wrote:
>>> it might be something like:
>>>
>>> --builddir=DIR           object and libraries
>>>
>>> which is essentially the same as doing:
>>>
>>> mkdir ../DIR
>>> cd ../DIR
>>> ../<projname>/configure OTHER_OPTS
>>> cd ../<projname>
>>

> 
> I'm reading up on VPATH builds.  I'll toss the VPATH method over to the
> Octave discussion list.

What you suggested above IS a VPATH build.  VPATH is the 'make' variable
name for using a builddir that is different from the sourcedir, and your
proposal is just about adding syntactic sugar to the ./configure command
to make a VPATH build easier to specify from the configure command line,
by naming something other than '.' as the builddir.

-- 
Eric Blake   address@hidden    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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