Re: testing of CVS Autoconf

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

 



Ralf Wildenhues <Ralf.Wildenhues@xxxxxx> writes:

> What would tar need?  The value of $ac_shiftbits and $ac_signbits
> as `#define's?

Only shiftbits.  C source code can compute signbits itself, with the
expression ((type) -1 < 0).

The tricky bit here is that ac_shiftbits is not always calculated, and
we don't want to calculate it if we don't need it, as it's expensive
to calculate.


_______________________________________________
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