autoconf
[Top][All Lists]
Advanced

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

Re: Autoconf and 64-bit Systems


From: Tom Browder
Subject: Re: Autoconf and 64-bit Systems
Date: Tue, 3 Feb 2009 12:31:14 -0600

On Tue, Feb 3, 2009 at 7:50 AM, Peter Breitenlohner ...
<address@hidden> wrote:
> On Tue, 3 Feb 2009, Eric Blake wrote:
...
>> According to Tom Browder on 2/3/2009 6:23 AM:
...
>>> put in my site file (taken from the autoconf manual, para.14.8):
>>>
>>>  test "$libdir" = NONE && libdir=${prefix}/lib64
>>>
>>> Correct?
>>
>> Almost.  I'd recommend more quoting, so that you can still change $prefix
>> at make time:
>>
>> test "$libdir" = NONE && libdir='${prefix}/lib64'
...
> both of you are wrong (at least for Autoconf 2.63).  It ought to be
>
> test "$libdir" = '${exec_prefix}/lib' && libdir='${exec_prefix}/lib64'

Thanks, Peter, I've confirmed that that's the variant that works on my
Centos 5.2 64-bit system.

-Tom




reply via email to

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