autoconf
[Top][All Lists]
Advanced

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

About libdir for 64-bit


From: Sergio Belkin
Subject: About libdir for 64-bit
Date: Tue, 16 Jul 2013 06:23:39 -0300

Hi,

I have a configure.ac with following:

AS_CASE([$host], [x86_64*|sparc64*|s390x*|ppc64*], [libdir=$prefix/lib64],
[libdir=$prefix/lib])

I'done it in order to make easy the install of package and choose the
libdir according to arch. But I've found that I can't override if I run
./configure llibdir=/whatever and even distros like Debian put libraries in
/usr/lib//x86_64-linux-gnu

is there a way to fix it?

Thank in advance

-- 
--
Sergio Belkin  http://www.sergiobelkin.com
Watch More TV http://sebelk.blogspot.com
LPIC-2 Certified - http://www.lpi.org


reply via email to

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