Re: Autoconf and 64-bit Systems

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

 



On Tue, 3 Feb 2009, Eric Blake wrote:

According to Tom Browder on 2/3/2009 6:23 AM:

Aha!  So I, as a user, can do that even if they don't.  So I should
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'

Hi Eric, Tom,

both of you are wrong (at least for Autoconf 2.63).  It ought to be

test "$libdir" = '${exec_prefix}/lib' && libdir='${exec_prefix}/lib64'

Regards
Peter Breitenlohner <peb@xxxxxxxxxxxx>


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux