From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: Re: [PATCH v3] tools: honour --libdir when it is passed to ./configure Date: Wed, 4 Jul 2012 14:22:37 +0100 Message-ID: <4FF4439D.1000403@citrix.com> References: <177d5f1e353fe4001f69.1340485933@kaos-source-31003.sea31.amazon.com> <4FF42959.7060805@citrix.com> <1341405907.31696.52.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1341405907.31696.52.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Matt Wilson , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org Ian Campbell wrote: >>> diff -r 32034d1914a6 -r 177d5f1e353f config/Tools.mk.in >>> --- a/config/Tools.mk.in Thu Jun 07 19:46:57 2012 +0100 >>> +++ b/config/Tools.mk.in Wed Jun 20 00:40:15 2012 +0000 >>> @@ -1,6 +1,7 @@ >>> # Prefix and install folder >>> PREFIX := @prefix@ >>> -LIBLEAFDIR_x86_64 := @LIB_PATH@ >> Sorry for the late reply, but if you get rid of LIB_PATH, I think you >> should also remove AX_DEFAULT_LIB and m4_include([m4/default_lib.m4]) >> from configure.ac, and remove the macro file tools/m4/default_lib.m4. > > This can be a subsequent cleanup I think? Yes, sure. Matt will you take care of that also? > I've just spoken to someone else who has tripped over the lib64 issue -- > I think this is a good time to commit this fix.